MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
threadedLogger.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <lgrCore/lgrCore.h>
12 
13 #include <lgrUtil/absoluteTime.h>
14 #include <lgrCore/logger.h>
16 #include <vlutil/vlRunnable.h>
17 
18 namespace MAKLogger
19 {
20 
26  {
27  public:
28 
31 
32 
33  virtual ~DtThreadedLogger();
34 
36  virtual void run();
37 
39  virtual void stop();
40 
42  virtual bool isRunning() const;
43 
44  protected:
45 
47  virtual void setRunning(bool flag);
48 
51  volatile bool myRunningFlag;
52 
53  };
54 
56  typedef DtBoost::shared_ptr<DtThreadedLogger> DtThreadedLoggerSP;
57 
58 }
59 
60 

Document ID: Generated on Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)