MAK Data Logger API Documentation for DIS
lgrStopPduEncoder.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 lgrStopPduEncoder_H_
10 #define lgrStopPduEncoder_H_
11 
12 #if DtDIS
13 
14 #include "lgrPduDatabaseEncoder.h"
15 
16 namespace MAKLogger
17 {
18 
20 {
21 public:
24 
26  virtual ~DtLgrStopPduEncoder();
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 
55 
57 
61 
62 };
63 
64 }
65 
66 #endif
67 
68 #endif

Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)