Go to the source code of this file.
|
| #define | DtADD_PDU_CREATOR(x) addCreator(Dt##x##PduKind, &Dt##x##Pdu::create); |
| | DtADD_PDU_CREATOR adds a PDU classes static create function to a PDU factory. More...
|
| |
| #define DtADD_PDU_CREATOR |
( |
|
x | ) |
addCreator(Dt##x##PduKind, &Dt##x##Pdu::create); |
DtADD_PDU_CREATOR adds a PDU classes static create function to a PDU factory.
For example, DtADD_PDU_CREATOR(EntityState) produces: addCreator(DtEntityStatePduKind, DtEntityStatePdu::create);
PDU creation function signature.
VPRecord creation function signature.