|
LRAUV
revA
|
Contains the SimHeadStruct class declaration. More...
#include <stdint.h>

Go to the source code of this file.
Classes | |
| struct | SimHeadStruct |
| A struct that is passed from the LRAUV to the Simulator before either SimInitStruct or SimRunStruct. More... | |
Enumerations | |
| enum | StructType { SIM_NO_STRUCT, SIM_INIT_STRUCT, SIM_REINIT_STRUCT, SIM_RUN_STRUCT, SIM_QUIT } |
Functions | |
| struct SimHeadStruct | __attribute__ ((packed)) |
| SimHeadStruct () | |
| Constructor. More... | |
Variables | |
| uint64_t | uuid_ |
| uint16_t | structType_ |
| uint16_t | structSize_ |
Contains the SimHeadStruct class declaration.
Copyright (c) 2007,2008,2009 MBARI MBARI Proprietary Information. All Rights Reserved
| __attribute__::SimHeadStruct | ( | ) |
Constructor.
| uint16_t structSize_ |
| uint16_t structType_ |
| uint64_t uuid_ |