Ignition Msgs

API Reference

8.4.0
marker.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/time.pb.h"
#include "ignition/msgs/pose.pb.h"
#include "ignition/msgs/vector3d.pb.h"
#include "ignition/msgs/material.pb.h"
#include "ignition/msgs/header.pb.h"
#include <memory>
#include <ignition/msgs/Export.hh>

Go to the source code of this file.

Classes

struct  is_proto_enum< ::ignition::msgs::Marker_Action >
 
struct  is_proto_enum< ::ignition::msgs::Marker_Type >
 
struct  is_proto_enum< ::ignition::msgs::Marker_Visibility >
 
class  Marker
 

Namespaces

 google
 
 google::protobuf
 
 ignition
 
 ignition::msgs
 

Typedefs

typedef std::shared_ptr< const Marker > ConstMarkerSharedPtr
 
typedef std::unique_ptr< const Marker > ConstMarkerUniquePtr
 
typedef std::shared_ptr< Marker > MarkerSharedPtr
 
typedef std::unique_ptr< Marker > MarkerUniquePtr
 

Enumerations

enum  Marker_Action {
  Marker_Action_ADD_MODIFY = 0, Marker_Action_DELETE_MARKER = 1, Marker_Action_DELETE_ALL = 2, Marker_Action_Marker_Action_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min,
  Marker_Action_Marker_Action_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
}
 
enum  Marker_Type {
  Marker_Type_NONE = 0, Marker_Type_BOX = 1, Marker_Type_CYLINDER = 2, Marker_Type_LINE_LIST = 4,
  Marker_Type_LINE_STRIP = 3, Marker_Type_POINTS = 5, Marker_Type_SPHERE = 6, Marker_Type_TEXT = 7,
  Marker_Type_TRIANGLE_FAN = 8, Marker_Type_TRIANGLE_LIST = 9, Marker_Type_TRIANGLE_STRIP = 10, Marker_Type_CONE = 11,
  Marker_Type_ARROW = 12, Marker_Type_AXIS = 13, Marker_Type_CAPSULE = 14, Marker_Type_ELLIPSOID = 15,
  Marker_Type_Marker_Type_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min, Marker_Type_Marker_Type_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
}
 
enum  Marker_Visibility { Marker_Visibility_GUI = 0, Marker_Visibility_ALL = 1, Marker_Visibility_Marker_Visibility_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min, Marker_Visibility_Marker_Visibility_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max }
 

Functions

template<>
const EnumDescriptor * GetEnumDescriptor< ::ignition::msgs::Marker_Action > ()
 
template<>
const EnumDescriptor * GetEnumDescriptor< ::ignition::msgs::Marker_Type > ()
 
template<>
const EnumDescriptor * GetEnumDescriptor< ::ignition::msgs::Marker_Visibility > ()
 
IGNITION_MSGS_VISIBLEconst ::google::protobuf::EnumDescriptor * Marker_Action_descriptor ()
 
IGNITION_MSGS_VISIBLE bool Marker_Action_IsValid (int value)
 
const ::std::stringMarker_Action_Name (Marker_Action value)
 
bool Marker_Action_Parse (const ::std::string &name, Marker_Action *value)
 
IGNITION_MSGS_VISIBLEconst ::google::protobuf::EnumDescriptor * Marker_Type_descriptor ()
 
IGNITION_MSGS_VISIBLE bool Marker_Type_IsValid (int value)
 
const ::std::stringMarker_Type_Name (Marker_Type value)
 
bool Marker_Type_Parse (const ::std::string &name, Marker_Type *value)
 
IGNITION_MSGS_VISIBLEconst ::google::protobuf::EnumDescriptor * Marker_Visibility_descriptor ()
 
IGNITION_MSGS_VISIBLE bool Marker_Visibility_IsValid (int value)
 
const ::std::stringMarker_Visibility_Name (Marker_Visibility value)
 
bool Marker_Visibility_Parse (const ::std::string &name, Marker_Visibility *value)
 
void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fmarker_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2fmarker_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2fmarker_2eproto ()
 

Variables

const int Marker_Action_Action_ARRAYSIZE = Marker_Action_Action_MAX + 1
 
const Marker_Action Marker_Action_Action_MAX = Marker_Action_DELETE_ALL
 
const Marker_Action Marker_Action_Action_MIN = Marker_Action_ADD_MODIFY
 
const int Marker_Type_Type_ARRAYSIZE = Marker_Type_Type_MAX + 1
 
const Marker_Type Marker_Type_Type_MAX = Marker_Type_ELLIPSOID
 
const Marker_Type Marker_Type_Type_MIN = Marker_Type_NONE
 
const int Marker_Visibility_Visibility_ARRAYSIZE = Marker_Visibility_Visibility_MAX + 1
 
const Marker_Visibility Marker_Visibility_Visibility_MAX = Marker_Visibility_ALL
 
const Marker_Visibility Marker_Visibility_Visibility_MIN = Marker_Visibility_GUI