open-dis-cpp
Public Member Functions | List of all members
DIS::IPduBank Class Referenceabstract

houses instances for the set of known PDU classes to be returned when provided with the PDU type's identifier value. More...

#include <IPduBank.h>

Public Member Functions

virtual PduGetStaticPDU (unsigned char pdu_type, DataStream &ds)=0
 finds the PDU instance corresponding to the identifier More...
 

Detailed Description

houses instances for the set of known PDU classes to be returned when provided with the PDU type's identifier value.

Member Function Documentation

◆ GetStaticPDU()

virtual Pdu* DIS::IPduBank::GetStaticPDU ( unsigned char  pdu_type,
DataStream ds 
)
pure virtual

finds the PDU instance corresponding to the identifier

Parameters
pdu_typethe 8-bit PDU type identifier
Returns
NULL when the pdu_type is unknown.

The documentation for this class was generated from the following file: