My Project
|
Public Attributes | |
char | name [SCAN_LEN] |
unsigned int | seq |
unsigned int | index [SCAN_NET_NPT] |
unsigned int | npt |
long | azoff [SCAN_NET_NPT] |
long | eloff [SCAN_NET_NPT] |
long | dkoff [SCAN_NET_NPT] |
Static Public Attributes | |
static const unsigned | SCAN_NET_NPT =10 |
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_ |