Contains application components for sending and receiving a series of timed messages at a regular interval, as well as managing their configuration and reporting results.
Enumeration of fields that occur in a timed latency message.
LATENCY_CMD_FIELD__TYPE |
Message field containing a command.
For a list of possible commands, see command_message_commands |
LATENCY_CMD_FIELD__PARAM |
Message field containing a parameter identifier.
For a list of possible parameters see command_message_params |
LATENCY_CMD_FIELD__VALUE | Message field containing a parameter value. |
LATENCY_CMD_FIELD__ADDRESS |
Identifier of the specific component the message is addressed to (if applicable).
While this field will always be defined, a type indicates that the message is intended for all receivers |
LATENCY_CMD_FIELD__GROUP | Identifier of the specific group this message is directed to. |
Definition at line 23 of file timed_latency.h.
Enumeration of the possible commands used in timed latency messages.
Definition at line 49 of file timed_latency.h.
Enumeration of the fields in a data message.
Definition at line 71 of file timed_latency.h.
Enumaration of the possible parameters that can be used in timed latency messages.
Definition at line 95 of file timed_latency.h.