Ignition Msgs

API Reference

5.8.1
marker.pb.h File Reference
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_table_driven.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/generated_message_reflection.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  PROTOBUF_FINAL
 
struct  TableStruct_ignition_2fmsgs_2fmarker_2eproto
 

Namespaces

 ignition
 
 ignition::msgs
 
 internal
 

Macros

#define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fmarker_2eproto   IGNITION_MSGS_VISIBLE
 

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 : int {
  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_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min() ,
  Marker_Action_Marker_Action_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max()
}
 
enum  Marker_Type : int {
  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_Marker_Type_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min() ,
  Marker_Type_Marker_Type_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max()
}
 
enum  Marker_Visibility : int { Marker_Visibility_GUI = 0 , Marker_Visibility_ALL = 1 , Marker_Visibility_Marker_Visibility_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min() , Marker_Visibility_Marker_Visibility_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() }
 

Functions

template<>
PROTOBUF_NAMESPACE_OPEN IGNITION_MSGS_VISIBLE ::ignition::msgs::Marker * Arena::CreateMaybeMessage<::ignition::msgs::Marker > (Arena *)
 
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 ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Marker_Action_descriptor ()
 
IGNITION_MSGS_VISIBLE bool Marker_Action_IsValid (int value)
 
template<typename T >
const std::stringMarker_Action_Name (T enum_t_value)
 
bool Marker_Action_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Marker_Action *value)
 
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Marker_Type_descriptor ()
 
IGNITION_MSGS_VISIBLE bool Marker_Type_IsValid (int value)
 
template<typename T >
const std::stringMarker_Type_Name (T enum_t_value)
 
bool Marker_Type_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Marker_Type *value)
 
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Marker_Visibility_descriptor ()
 
IGNITION_MSGS_VISIBLE bool Marker_Visibility_IsValid (int value)
 
template<typename T >
const std::stringMarker_Visibility_Name (T enum_t_value)
 
bool Marker_Visibility_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Marker_Visibility *value)
 

Variables

IGNITION_MSGS_VISIBLE MarkerDefaultTypeInternal _Marker_default_instance_
 
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fmarker_2eproto
 
constexpr int Marker_Action_Action_ARRAYSIZE = Marker_Action_Action_MAX + 1
 
constexpr Marker_Action Marker_Action_Action_MAX = Marker_Action_DELETE_ALL
 
constexpr Marker_Action Marker_Action_Action_MIN = Marker_Action_ADD_MODIFY
 
constexpr int Marker_Type_Type_ARRAYSIZE = Marker_Type_Type_MAX + 1
 
constexpr Marker_Type Marker_Type_Type_MAX = Marker_Type_TRIANGLE_STRIP
 
constexpr Marker_Type Marker_Type_Type_MIN = Marker_Type_NONE
 
constexpr int Marker_Visibility_Visibility_ARRAYSIZE = Marker_Visibility_Visibility_MAX + 1
 
constexpr Marker_Visibility Marker_Visibility_Visibility_MAX = Marker_Visibility_ALL
 
constexpr Marker_Visibility Marker_Visibility_Visibility_MIN = Marker_Visibility_GUI
 

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fmarker_2eproto

#define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fmarker_2eproto   IGNITION_MSGS_VISIBLE

Function Documentation

◆ Arena::CreateMaybeMessage<::ignition::msgs::Marker >()

PROTOBUF_NAMESPACE_OPEN IGNITION_MSGS_VISIBLE ::ignition::msgs::Marker* Arena::CreateMaybeMessage<::ignition::msgs::Marker > ( Arena *  )

◆ GetEnumDescriptor< ::ignition::msgs::Marker_Action >()

const EnumDescriptor* GetEnumDescriptor< ::ignition::msgs::Marker_Action > ( )
inline

◆ GetEnumDescriptor< ::ignition::msgs::Marker_Type >()

const EnumDescriptor* GetEnumDescriptor< ::ignition::msgs::Marker_Type > ( )
inline

◆ GetEnumDescriptor< ::ignition::msgs::Marker_Visibility >()

const EnumDescriptor* GetEnumDescriptor< ::ignition::msgs::Marker_Visibility > ( )
inline

Variable Documentation

◆ descriptor_table_ignition_2fmsgs_2fmarker_2eproto

IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fmarker_2eproto
extern