MAK Data Logger API Documentation for HLA
 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 Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (www.mak.com)