Tramway SDK
|
Classes | |
struct | tram::System::SystemInfo |
Namespaces | |
namespace | tram |
namespace | tram::System |
Functions | |
uint32_t | tram::System::Register (char const *name, char const *short_name) |
Registers a new system. More... | |
char const * | tram::System::GetName (uint32_t system) |
Retrieves the full name of a system. More... | |
char const * | tram::System::GetShortName (uint32_t system) |
Retrieves the short name of a system. More... | |
void | tram::System::SetInitialized (uint32_t system, bool is_initialized) |
Sets the initialization status of a system. More... | |
bool | tram::System::IsInitialized (uint32_t system) |
Checks if a system is initialized. More... | |
void | tram::System::SetUpdated (uint32_t system, bool is_updated) |
Sets the update status of a system. More... | |
bool | tram::System::IsUpdated (uint32_t system) |
Checks if a system is updated. More... | |
system_t | tram::System::GetSystemCount () |
Returns the total count of registered systems. More... | |