MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrCheckpointTableFactory.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 lgrCheckpointTableFactory_H_
10 #define lgrCheckpointTableFactory_H_
11 
13 
14 class DtDatabaseTable;
15 class DtDatabaseColumn;
16 class DtOutputStream;
17 
18 namespace MAKLogger
19 {
20  class DtPacket;
21 
25  {
26  public:
27 
30 
32  virtual ~DtLgrCheckpointTableFactory();
33 
34  private:
39  public:
40 
42  DtDatabaseTable& createCheckpointTable();
43 
45  DtDatabaseTable& addCheckpoint(const MAKLogger::DtPacket& packet);
46 
48  void setLog(DtOutputStream& log);
49 
51  DtOutputStream& log();
52 
53  protected:
54 
59  DtOutputStream* myLog;
60  };
61 
62 }
63 
64 #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)