#include <lsm_datatypes.hpp>
Data Fields | |
| uint32_t | magic |
| char * | id |
| char * | name |
| uint32_t | status |
| char * | status_info |
| char * | plugin_data |
Structure for a system
Definition at line 158 of file lsm_datatypes.hpp.
| char* id |
Id
Definition at line 160 of file lsm_datatypes.hpp.
| uint32_t magic |
Used for verification
Definition at line 159 of file lsm_datatypes.hpp.
| char* name |
Name
Definition at line 161 of file lsm_datatypes.hpp.
| char* plugin_data |
Reserved for the plugin to use
Definition at line 164 of file lsm_datatypes.hpp.
| uint32_t status |
Enumerated status value
Definition at line 162 of file lsm_datatypes.hpp.
| char* status_info |
System status text
Definition at line 163 of file lsm_datatypes.hpp.
1.6.1