Ignition Msgs

API Reference

8.4.0
any.pb.h File Reference
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <google/protobuf/unknown_field_set.h>
#include "ignition/msgs/header.pb.h"
#include "ignition/msgs/color.pb.h"
#include "ignition/msgs/pose.pb.h"
#include "ignition/msgs/quaternion.pb.h"
#include "ignition/msgs/time.pb.h"
#include "ignition/msgs/vector3d.pb.h"
#include <memory>
#include <ignition/msgs/Export.hh>

Go to the source code of this file.

Classes

class  Any
 
struct  is_proto_enum< ::ignition::msgs::Any_ValueType >
 

Namespaces

 google
 
 google::protobuf
 
 ignition
 
 ignition::msgs
 

Typedefs

typedef std::shared_ptr< Any > AnySharedPtr
 
typedef std::unique_ptr< Any > AnyUniquePtr
 
typedef std::shared_ptr< const Any > ConstAnySharedPtr
 
typedef std::unique_ptr< const Any > ConstAnyUniquePtr
 

Enumerations

enum  Any_ValueType {
  Any_ValueType_NONE = 0, Any_ValueType_DOUBLE = 1, Any_ValueType_INT32 = 2, Any_ValueType_STRING = 3,
  Any_ValueType_BOOLEAN = 4, Any_ValueType_VECTOR3D = 5, Any_ValueType_COLOR = 6, Any_ValueType_POSE3D = 7,
  Any_ValueType_QUATERNIOND = 8, Any_ValueType_TIME = 9, Any_ValueType_Any_ValueType_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min, Any_ValueType_Any_ValueType_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
}
 

Functions

IGNITION_MSGS_VISIBLEconst ::google::protobuf::EnumDescriptor * Any_ValueType_descriptor ()
 
IGNITION_MSGS_VISIBLE bool Any_ValueType_IsValid (int value)
 
const ::std::stringAny_ValueType_Name (Any_ValueType value)
 
bool Any_ValueType_Parse (const ::std::string &name, Any_ValueType *value)
 
template<>
const EnumDescriptor * GetEnumDescriptor< ::ignition::msgs::Any_ValueType > ()
 
void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fany_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2fany_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2fany_2eproto ()
 

Variables

const int Any_ValueType_ValueType_ARRAYSIZE = Any_ValueType_ValueType_MAX + 1
 
const Any_ValueType Any_ValueType_ValueType_MAX = Any_ValueType_TIME
 
const Any_ValueType Any_ValueType_ValueType_MIN = Any_ValueType_NONE