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