My Project
|
Public Types | |
enum | DriveAxis { DRIVE_AZ_AXIS =1, DRIVE_EL_AXIS =2, DRIVE_DK_AXIS =4, DRIVE_ALL_AXES = DRIVE_AZ_AXIS | DRIVE_EL_AXIS | DRIVE_DK_AXIS } |
Public Attributes | |
char | source [SRC_LEN] |
unsigned int | number |
unsigned int | seq |
unsigned int | mask |
long | az |
long | el |
long | dk |
unsigned int | type |
Additional Inherited Members | |
![]() | |
NetStruct () | |
NetStruct (const NetStruct &netStruct) | |
NetStruct (NetStruct &netStruct) | |
void | operator= (const NetStruct &netStruct) |
void | operator= (NetStruct &netStruct) |
virtual | ~NetStruct () |
virtual void | addMember (NetDat *netDat, bool alloc=false) |
void | addVar (gcp::util::DataType::Type type, void *vPtr, unsigned nEl) |
void | deserialize (const std::vector< unsigned char > &bytes) |
void | deserialize (const unsigned char *bytes) |
virtual unsigned | size () |
![]() | |
NetDat () | |
NetDat (const NetDat &netDat) | |
NetDat (NetDat &netDat) | |
void | operator= (const NetDat &netDat) |
void | operator= (NetDat &netDat) |
virtual | ~NetDat () |
virtual std::vector< unsigned char > & | getSerializedData () |
virtual void | packSerializedData (unsigned char *bytes) |
unsigned | maxSize () |
bool | send (int fd) |
bool | recv (int fd) |
![]() | |
virtual void | resize (unsigned size) |
unsigned char *const | getSerializedDataPtr () |
![]() | |
std::vector< unsigned char > | bytes_ |
unsigned | maxSize_ |