Go to the source code of this file.
Functions | |
IGNITION_VISIBLE void | cmdServiceInfo (const char *_service) |
External hook to execute 'ign service -i' from the command line. More... | |
IGNITION_VISIBLE void | cmdServiceList () |
External hook to execute 'ign service -l' from the command line. More... | |
IGNITION_VISIBLE void | cmdTopicInfo (const char *_topic) |
External hook to execute 'ign topic -i' from the command line. More... | |
IGNITION_VISIBLE void | cmdTopicList () |
External hook to execute 'ign topic -l' from the command line. More... | |
IGNITION_VISIBLE char * | ignitionVersion () |
External hook to read the library version. More... | |
IGNITION_VISIBLE void cmdServiceInfo | ( | const char * | _service | ) |
External hook to execute 'ign service -i' from the command line.
[in] | _service | Service name. |
IGNITION_VISIBLE void cmdServiceList | ( | ) |
External hook to execute 'ign service -l' from the command line.
IGNITION_VISIBLE void cmdTopicInfo | ( | const char * | _topic | ) |
External hook to execute 'ign topic -i' from the command line.
[in] | _topic | Topic name. |
IGNITION_VISIBLE void cmdTopicList | ( | ) |
External hook to execute 'ign topic -l' from the command line.
IGNITION_VISIBLE char* ignitionVersion | ( | ) |
External hook to read the library version.