open-dis-cpp
PDUBank.h
1 #pragma once
2 
3 #include <dis6/Pdu.h>
4 #include <dis6/utils/PDUType.h>
5 
6 namespace DIS
7 {
10  class OPENDIS6_EXPORT PduBank
11  {
12  public:
17  static Pdu* GetStaticPDU( DIS::PDUType pdu_type );
18  };
19 }
20 
21 
Symbolic names as defined in 5.1.4.
Definition: AcknowledgePdu.h:8
Definition: Pdu.h:15
houses instances for the set of known PDU classes to be returned when provided with the PDU type&#39;s id...
Definition: PDUBank.h:10