MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
8 - Using the Remote Control Interface

The example Logger control application demonstrates the use of the interface.

It is a console application with a simple text command interface. It can open files for record or playback and perform the basic commands such as pause, stop, play, set time, and so on. It overrides the domain specific response methods to simply print out the response it received.

void DtPlaybackInterfacePrinter::fileOpened( const DtString& fileName, const DtAbsoluteTime& firstTime, const DtAbsoluteTime& lastTime)
{
fileName, firstTime, lastTime);
DtInfo << "All Loggers report fileOpened: " << fileName << " first:
" << firstTime << " last: " << lastTime << std::endl;
}

[<< File Naming Conventions] [Home] [Configuring the Logger to use the Remote Control API >>]


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)