MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
loggerFileMetaData.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 loggerFileMetaData_H_
10 #define loggerFileMetaData_H_
11 
12 #include <lgrCore/lgrCore.h>
13 
14 #include <map>
15 #include <lgrCore/messageBuffer.h>
16 
17 namespace MAKLogger
18 {
19  class DtPacket;
20 
24  {
25  public:
26 
28  {
34  MiddleOfFile
35  };
36 
38 
40  virtual ~DtLoggerFileMetaData();
41 
45  virtual void addMetaData(DataPosition,DtPacket*);
46 
52  virtual void addUniqueMetaData(DataPosition position,DtPacket* packet);
53 
59  virtual const DtPacket* getMetaData(DataPosition position,int type) const;
60 
62 
63 
64  virtual DtMessageBuffer& getMetaData(DataPosition position);
65  virtual const DtMessageBuffer& getMetaData(DataPosition) const;
67 
71  virtual void clearMetaData(DataPosition);
72 
73  protected:
74 
75  typedef std::map<DataPosition,DtMessageBuffer> MetaDataMap;
76 
79  };
80 }
81 
82 #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)