#include <dataNodeTransmit.h>
Public Member Functions | |
INLINE | DataNodeTransmit () |
INLINE | DataNodeTransmit (const DataNodeTransmit ©) |
INLINE void | operator= (const DataNodeTransmit ©) |
INLINE | ~DataNodeTransmit () |
INLINE void | reserve (int num_wires) |
INLINE const EventParameter & | get_data (int index) const |
INLINE bool | has_data (int index) const |
INLINE void | set_data (int index, const EventParameter &data) |
Private Types | |
typedef pvector< EventParameter > | Data |
Private Member Functions | |
void | slot_data (int index) |
Private Attributes | |
Data | _data |
|
Definition at line 48 of file dataNodeTransmit.h. |
|
|
|
|
|
|
|
Referenced by DataNode::transmit_data(). |
|
Referenced by DataNode::transmit_data(). |
|
|
|
Referenced by DriveInterface::force_dgraph(), DataGraphTraverser::r_transmit(), and DataNode::transmit_data(). |
|
|
Definition at line 28 of file dataNodeTransmit.cxx. |
|
Definition at line 49 of file dataNodeTransmit.h. Referenced by slot_data(). |