MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
recordInterfacePrinter.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2011 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 
13 class DtString;
14 
17 {
18 public:
19 
22 
24  virtual ~DtRecordInterfacePrinter();
25 
26 private:
31 
32 
33 public:
34 
36 
37 protected:
38 
40 
41  virtual void newFileOpened(const DtString& fileName);
42  virtual void newFileFailed(const DtEntityIdentifier& source, const DtString& reason);
43  virtual void fileClosed();
44  virtual void recordingChanged(bool currentlyRecording);
45  virtual void recordingPausedChanged(bool paused);
46  virtual void fileEmptyChanged();
47  virtual void pauseOnRecordAsChanged(bool enable);
49 };

Document ID: Generated on Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (www.mak.com)