|
roboligo
|
Defines interface configuration structure. @member types type The communication type (MSG or SRV) @member modes mode The operational mode (PUBLISHER, SUBSCRIBER, CALLER) @member std::string value The interface identifier (e.g., topic name). More...
#include <Interface.hpp>

Public Attributes | |
| modes | mode |
| Interface mode PUBLISHER, SUBSCRIBER, CALLER. | |
| types | type |
| Type MSG or SRV. | |
| std::string | value = "" |
| Interface value as topic name (i. e. /prueba). | |
Defines interface configuration structure. @member types type The communication type (MSG or SRV) @member modes mode The operational mode (PUBLISHER, SUBSCRIBER, CALLER) @member std::string value The interface identifier (e.g., topic name).
| types roboligo::interfaces::type::type |
Type MSG or SRV.
| std::string roboligo::interfaces::type::value = "" |
Interface value as topic name (i. e. /prueba).