MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrTransmitterPduEncoder.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef lgrTransmitterPduEncoder_H_
10 #define lgrTransmitterPduEncoder_H_
11 
12 #if DtDIS
13 
15 
16 namespace MAKLogger
17 {
18 
21  {
22  public:
23 
26 
28  virtual ~DtLgrTransmitterPduEncoder();
29 
31  static DtPduKind pduKind();
32 
34  virtual const DtString& pduName() const;
35 
36  protected:
39  virtual void encodePdu(const DtPdu& pdu,std::vector<DtDatabaseTableSP>& tables) const;
40 
41  public:
44  virtual std::vector<DtDatabaseTableSP> getTableDefinitions() const;
45 
46  protected:
47  DtString myTableName;
48 
53 
55 
63 
69 
73 
86 
89 
90 
91  };
92 }
93 
94 #endif
95 
96 #endif

Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)