Public Member Functions | List of all members
ublox_node::ComponentInterface Class Referenceabstract

This interface is used to add functionality to the main node. More...

#include <node.h>

Inheritance diagram for ublox_node::ComponentInterface:
Inheritance graph
[legend]

Public Member Functions

virtual bool configureUblox ()=0
 Configure the U-Blox settings. More...
 
virtual void getRosParams ()=0
 Get the ROS parameters. More...
 
virtual void initializeRosDiagnostics ()=0
 Initialize the diagnostics. More...
 
virtual void subscribe ()=0
 Subscribe to u-blox messages and publish to ROS topics. More...
 

Detailed Description

This interface is used to add functionality to the main node.

This interface is generic and can be implemented for other features besides the main node, hardware versions, and firmware versions.

Definition at line 456 of file node.h.

Member Function Documentation

◆ configureUblox()

virtual bool ublox_node::ComponentInterface::configureUblox ( )
pure virtual

◆ getRosParams()

virtual void ublox_node::ComponentInterface::getRosParams ( )
pure virtual

◆ initializeRosDiagnostics()

virtual void ublox_node::ComponentInterface::initializeRosDiagnostics ( )
pure virtual

◆ subscribe()

virtual void ublox_node::ComponentInterface::subscribe ( )
pure virtual

The documentation for this class was generated from the following file:


ublox_gps
Author(s): Johannes Meyer
autogenerated on Wed Dec 7 2022 03:47:53