
#include <liveViz.h>


Public Member Functions | |
| liveVizRequestMsg () | |
Static Public Member Functions | |
| static liveVizRequestMsg * | buildNew (const liveVizRequest &req, const void *data, int dataLen) |
Data Fields | |
| liveVizRequest | req |
| char * | data |
| Additional client request data: raw network bytes from client. | |
| int | dataLen |
Definition at line 36 of file liveViz.h.
| liveVizRequestMsg::liveVizRequestMsg | ( | ) | [inline] |
Definition at line 45 of file liveViz.h.
Referenced by buildNew().

| liveVizRequestMsg * liveVizRequestMsg::buildNew | ( | const liveVizRequest & | req, | |
| const void * | data, | |||
| int | dataLen | |||
| ) | [static] |
Definition at line 62 of file liveViz.C.
References data, dataLen, liveVizRequestMsg(), PUP::m, and req.
Referenced by liveViz0Get().


Definition at line 38 of file liveViz.h.
Referenced by buildNew(), liveVizDeposit(), liveVizPollArray::liveVizPoll0Deposit(), liveVizPollArray::request(), and vizReductionHandler().
| char* liveVizRequestMsg::data |
Additional client request data: raw network bytes from client.
Use liveVizRequestUnpack to extract the data from this message.
Definition at line 42 of file liveViz.h.
Referenced by buildNew(), and liveVizRequestUnpack().
1.5.5