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 Fri May 31 15:45:35 EDT 2024 from SVN revision 266500
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)