|
LRAUV
revA
|
A struct that is passed from the LRAUV to the Simulator before either SimInitStruct or SimRunStruct. More...
#include <SimHeadStruct.h>
Public Types | |
| enum | StructType { SIM_NO_STRUCT, SIM_INIT_STRUCT, SIM_REINIT_STRUCT, SIM_RUN_STRUCT, SIM_QUIT } |
Public Member Functions | |
| SimHeadStruct () | |
| Constructor. More... | |
Public Attributes | |
| enum SimHeadStruct::StructType | __attribute__ |
| uint64_t | uuid_ |
| uint16_t | structType_ |
| uint16_t | structSize_ |
A struct that is passed from the LRAUV to the Simulator before either SimInitStruct or SimRunStruct.
|
inline |
Constructor.
| enum SimHeadStruct::StructType SimHeadStruct::__attribute__ |
| uint16_t SimHeadStruct::structSize_ |
Referenced by SimulatorUtils::InitHead(), and SimDaemon::ServiceClient().
| uint16_t SimHeadStruct::structType_ |
Referenced by SimulatorUtils::InitHead(), and SimDaemon::ServiceClient().
| uint64_t SimHeadStruct::uuid_ |
Referenced by SimulatorUtils::InitHead(), and SimDaemon::ServiceClient().