MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrEntityPduEncoder.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #if DtDIS
10 #ifndef lgrEntityPduEncoder_H_
11 #define lgrEntityPduEncoder_H_
12 
14 #include <vlutil/vlString.h>
15 
16 namespace MAKLogger
17 {
18 
20 {
21 public:
24 
26  virtual ~DtLgrEntityPduEncoder();
27 
29  static DtPduKind pduKind();
30 
32  virtual const DtString& pduName() const;
33 
34 protected:
37  virtual void encodePdu(const DtPdu& pdu,std::vector<DtDatabaseTableSP>& tables) const;
38 
39 public:
42  virtual std::vector<DtDatabaseTableSP> getTableDefinitions() const;
43 
44 protected:
45  DtString myTableName;
46 
51 
54 
63 
72 
76 
80 
84 
86 
95 
98 
101 
108 
110  mutable size_t myAttachedPartTableIndex;
111 
117 
118 };
119 
120 }
121 
122 #endif
123 #endif

Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)