Implements functions for Time Sync products. More...
#include <node.h>
Private Member Functions | |
bool | configureUblox () |
Configure Time Sync settings. | |
void | getRosParams () |
Get the Time Sync parameters. | |
void | initializeRosDiagnostics () |
Adds diagnostic updaters for Time Sync status. | |
void | subscribe () |
Subscribe to Time Sync messages. |
Implements functions for Time Sync products.
bool ublox_node::TimProduct::configureUblox | ( | ) | [inline, private, virtual] |
Configure Time Sync settings.
Implements ublox_node::ComponentInterface.
void ublox_node::TimProduct::getRosParams | ( | ) | [inline, private, virtual] |
Get the Time Sync parameters.
Implements ublox_node::ComponentInterface.
void ublox_node::TimProduct::initializeRosDiagnostics | ( | ) | [inline, private, virtual] |
Adds diagnostic updaters for Time Sync status.
Implements ublox_node::ComponentInterface.
void TimProduct::subscribe | ( | ) | [private, virtual] |
Subscribe to Time Sync messages.
Subscribes to RxmRAWX & RxmSFRBX messages.
Implements ublox_node::ComponentInterface.