MAK Data Logger API Documentation for HLA
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.h"
13 
14 #include <map>
15 #include "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 Mon Jan 19 08:20:14 EST 2015 from SVN revision 149581
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)