My Project
|
#include <NewNetMsg.h>
Public Member Functions | |
NewNetMsg () | |
virtual | ~NewNetMsg () |
![]() | |
NetUnion () | |
NetUnion (const NetUnion &netUnion) | |
NetUnion (NetUnion &netUnion) | |
NetUnion & | operator= (const NetUnion &netUnion) |
NetUnion & | operator= (NetUnion &netUnion) |
virtual | ~NetUnion () |
void | addMember (unsigned id, NetDat *member=0, bool alloc=false) |
void | addVar (unsigned id, gcp::util::DataType::Type type, void *vPtr, unsigned nEl) |
void | addCase (unsigned id) |
NetDat *const | findMember (unsigned id) |
bool | memberIsValid (unsigned id) |
NetDat *const | getMember (unsigned id) |
void | setTo (unsigned id) |
unsigned | getType () |
unsigned | sizeOf (unsigned id) |
unsigned | size () |
void | deserialize (const std::vector< unsigned char > &bytes) |
void | deserialize (const unsigned char *bytes) |
![]() | |
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) |
Public Attributes | |
NewNetFrameDoneMsg | frame_done |
NewNetGreetingMsg | greeting |
NewNetLogMsg | log |
NewNetDriveDoneMsg | drive_done |
NewNetBenchDoneMsg | bench_done |
NewNetScanDoneMsg | scan_done |
NewNetSetregDoneMsg | setreg_done |
NewNetSourceSetMsg | source_set |
NewNetTvOffsetDoneMsg | tv_offset_done |
NewNetScriptDoneMsg | scriptDone |
Additional Inherited Members | |
![]() | |
static const unsigned | NETUNION_UNKNOWN = 0 |
![]() | |
unsigned char *const | getSerializedDataPtr () |
![]() | |
std::vector< unsigned char > | bytes_ |
unsigned | maxSize_ |
A class for collecting together various messages that will be sent across the network
NewNetMsg::NewNetMsg | ( | ) |
....................................................................... Constructor.
|
virtual |
....................................................................... Destructor.