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 Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)