Go to the source code of this file.
Macros |
| #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.
|
Detailed Description
Macro Definition Documentation
| #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);
Typedef Documentation
PDU creation function signature.
VPRecord creation function signature.