![]() |
MAK Data Logger API Documentation for DIS
|
Loggers send heartbeats periodically.
They send total state interactions by request. They contain the overall state of the Logger. This information is maintained in a list of remote connection records. Entries for these records can be inspected. The entries are updated when heartbeats are received or the Loggers can be polled using a request state interaction (DtRemoteControlSystemInterface::requestStateUpdate()). As mentioned in 2 - Connecting to Loggers, you can register callbacks for the interactions. Alternatively, the system interface receivedTotalState() method can be overridden to process the list of connections when all of them have been updated by a total state interaction. The following code is from the lgrControl application.
[<< Connecting to Loggers] [Home] [Top of Page] [Sending Commands Using the Remote Control Interface >>]