Gazebo Transport

API Reference

11.4.1
ignition::transport::parameters Namespace Reference

Classes

class  ParameterResult
 The return type used in all falible parameters methods. More...
 
class  ParametersClient
 Allow to get, set, declare or list parameters. More...
 
class  ParametersInterface
 Common interface, implemented by ParametersRegistry (local updates) and by ParametersClients (remote requests). More...
 
class  ParametersRegistry
 Provides a parameter registry. Parameters can be declared, get or set in the registry. It also provides services, so the parameters can be get, set or listed from other processes. More...
 

Functions

IGNITION_TRANSPORT_PARAMETERS_VISIBLE std::ostreamoperator<< (std::ostream &, const ParameterResult &)
 Stream operator, for debug output. More...
 

Function Documentation

◆ operator<<()

IGNITION_TRANSPORT_PARAMETERS_VISIBLE std::ostream& ignition::transport::parameters::operator<< ( std::ostream ,
const ParameterResult  
)

Stream operator, for debug output.