Gazebo Transport

API Reference

13.4.0
result.hh File Reference
#include <ostream>
#include <string>
#include "gz/transport/config.hh"
#include "gz/transport/parameters/Export.hh"

Go to the source code of this file.

Classes

class  ParameterResult
 The return type used in all falible parameters methods. More...
 

Namespaces

 gz
 
 gz::transport
 
 gz::transport::parameters
 

Enumerations

enum class  ParameterResultType {
  Success , AlreadyDeclared , InvalidType , NotDeclared ,
  ClientTimeout , Unexpected
}
 Possible result types of the different parameters operations. More...
 

Functions

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