59 virtual void insertBytes(
void *address,
int numBytes);
69 virtual void deleteBytes(
void *address,
int numBytes);
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtDatumRecordSet & operator=(const DtDatumRecordSet &orig)
Assignment operator.
virtual void insertBytes(int offset, int numBytes)
Inserts numBytes zeroed-out bytes at the indicated offset into the net rep.
DtPduWithData * myPdu
Definition: pduDatumRecordSet.h:73
DtPduWithData provides the base class for all of the simulation management PDU's that have fixed/vari...
Definition: pduWithData.h:23
Definition: datumRecordSet.h:45
An instance of this class is a DtDatumRecordSet that uses a part of a DtPduWithData as its network re...
Definition: pduDatumRecordSet.h:28
virtual void changeSize(int size)
Changes the size of the message.
virtual void deleteBytes(int offset, int numBytes)
Deletes numBytes bytes at the indicated offset in the net rep.