18 #ifndef IGN_TRANSPORT_IGN_HH_
19 #define IGN_TRANSPORT_IGN_HH_
48 const char *_msgData);
64 const char *_reqData);
70 const double _duration);
IGNITION_TRANSPORT_VISIBLE void cmdTopicList()
External hook to execute 'ign topic -l' from the command line.
IGNITION_TRANSPORT_VISIBLE char * ignitionVersion()
External hook to read the library version.
IGNITION_TRANSPORT_VISIBLE void cmdTopicEcho(const char *_topic, const double _duration)
External hook to execute 'ign topic -e' from the command line.
IGNITION_TRANSPORT_VISIBLE void cmdTopicInfo(const char *_topic)
External hook to execute 'ign topic -i' from the command line.
IGNITION_TRANSPORT_VISIBLE void cmdTopicPub(const char *_topic, const char *_msgType, const char *_msgData)
External hook to execute 'ign topic -p' from the command line.
IGNITION_TRANSPORT_VISIBLE void cmdServiceList()
External hook to execute 'ign service -l' from the command line.
#define IGNITION_TRANSPORT_VISIBLE
Use to represent "symbol visible" if supported.
Definition: Helpers.hh:57
IGNITION_TRANSPORT_VISIBLE void cmdServiceInfo(const char *_service)
External hook to execute 'ign service -i' from the command line.
IGNITION_TRANSPORT_VISIBLE void cmdServiceReq(const char *_service, const char *_reqType, const char *_repType, const int _timeout, const char *_reqData)
External hook to execute 'ign service -r' from the command line.