#include <IInterlocMessageHandler.h>
◆ getDumpEnabled()
virtual bool IInterlocMessageHandler::getDumpEnabled |
( |
| ) |
const |
|
pure virtual |
Retrieves a flag to know if data dumps to the host should be done or not.
- Returns
- True if enabled, false otherwise.
Implemented in InterlocMessageHandler.
◆ processMessage()
virtual bool IInterlocMessageHandler::processMessage |
( |
| ) |
|
|
pure virtual |
Processes the next message in the queue.
- Returns
- True if successfully processed, false otherwise
Implemented in InterlocMessageHandler.
◆ sendInterlocDump()
virtual bool IInterlocMessageHandler::sendInterlocDump |
( |
InterlocUpdate * |
updatesHistory, |
|
|
uint8_t |
updatesLength |
|
) |
| |
|
pure virtual |
Sends a history of interloc updates back to the host.
- Parameters
-
updatesHistory | Pointer to an array of interlocUpdates |
updatesLength | Number of items in the array |
- Returns
- True if message was queued for send, false otherwise
Implemented in InterlocMessageHandler.
The documentation for this class was generated from the following file: