Functions
ign.hh File Reference
#include <cstring>
#include "ignition/transport/Helpers.hh"
Include dependency graph for ign.hh:

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...
 

Function Documentation

◆ cmdServiceInfo()

IGNITION_VISIBLE void cmdServiceInfo ( const char *  _service)

External hook to execute 'ign service -i' from the command line.

Parameters
[in]_serviceService name.

◆ cmdServiceList()

IGNITION_VISIBLE void cmdServiceList ( )

External hook to execute 'ign service -l' from the command line.

◆ cmdTopicInfo()

IGNITION_VISIBLE void cmdTopicInfo ( const char *  _topic)

External hook to execute 'ign topic -i' from the command line.

Parameters
[in]_topicTopic name.

◆ cmdTopicList()

IGNITION_VISIBLE void cmdTopicList ( )

External hook to execute 'ign topic -l' from the command line.

◆ ignitionVersion()

IGNITION_VISIBLE char* ignitionVersion ( )

External hook to read the library version.

Returns
C-string representing the version. Ex.: 0.1.2