tin  1.5.9
tin.h
Go to the documentation of this file.
1 // Copyright (c) 2026 Tinverse LLC. All rights reserved.
2 // SPDX-License-Identifier: LicenseRef-Tinverse-Commercial
3 
14 
15 #pragma once
16 
17 #include "tin/io.h"
18 #include "tin/platform.h"
19 #include "tin/runtime.h"
20 #include "tin/transport.h"
21 #include "tin/tsm.h"
22 #include "tin/version.h"
23 
24 namespace tin {
25 
26 #ifndef TSM_DOXYGEN
27 namespace tsm = ::tsm;
28 namespace io = ::tsm::io;
29 namespace platform = ::tsm::platform;
30 namespace transport = ::tsm::transport;
31 #endif
32 
33 } // namespace tin
Definition: io.h:18
Definition: bare_metal.h:20
Tin platform profile compatibility header.
Tin I/O facade compatibility header.
Tin runtime-kernel facade.
Tin transport handoff compatibility header.
Tin state-machine layer compatibility header.
Semantic version constants for the tin package family.