lens.pb.h File Reference
#include <string>
#include <google/protobuf/stubs/common.h>
#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/inlined_string_field.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>
Go to the source code of this file.
Classes | |
struct | is_proto_enum< ::gz::msgs::Lens_FunctionType > |
struct | is_proto_enum< ::gz::msgs::Lens_Type > |
class | Lens |
struct | TableStruct |
Namespaces | |
google::protobuf | |
gz | |
gz::msgs | |
protobuf_gz_2fmsgs_2flens_2eproto | |
Macros | |
#define | PROTOBUF_INTERNAL_EXPORT_protobuf_gz_2fmsgs_2flens_2eproto GZ_MSGS_VISIBLE |
Enumerations | |
enum | Lens_FunctionType { Lens_FunctionType_FUNCTION_NOT_SPECIFIED = 0, Lens_FunctionType_SIN = 1, Lens_FunctionType_TAN = 2, Lens_FunctionType_ID = 3, Lens_FunctionType_Lens_FunctionType_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min, Lens_FunctionType_Lens_FunctionType_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max } |
enum | Lens_Type { Lens_Type_TYPE_NOT_SPECIFIED = 0, Lens_Type_GNOMONICAL = 1, Lens_Type_STEREOGRAPHIC = 2, Lens_Type_EQUIDISTANT = 3, Lens_Type_EQUISOLID_ANGLE = 4, Lens_Type_ORTHOGRAPHIC = 5, Lens_Type_CUSTOM = 6, Lens_Type_Lens_Type_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min, Lens_Type_Lens_Type_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max } |
Functions | |
void GZ_MSGS_VISIBLE | AddDescriptors () |
template<> | |
GZ_MSGS_VISIBLE ::gz::msgs::Lens * | Arena::CreateMaybeMessage<::gz::msgs::Lens > (Arena *) |
template<> | |
const EnumDescriptor * | GetEnumDescriptor< ::gz::msgs::Lens_FunctionType > () |
template<> | |
const EnumDescriptor * | GetEnumDescriptor< ::gz::msgs::Lens_Type > () |
const GZ_MSGS_VISIBLE ::google::protobuf::EnumDescriptor * | Lens_FunctionType_descriptor () |
GZ_MSGS_VISIBLE bool | Lens_FunctionType_IsValid (int value) |
const ::std::string & | Lens_FunctionType_Name (Lens_FunctionType value) |
bool | Lens_FunctionType_Parse (const ::std::string &name, Lens_FunctionType *value) |
const GZ_MSGS_VISIBLE ::google::protobuf::EnumDescriptor * | Lens_Type_descriptor () |
GZ_MSGS_VISIBLE bool | Lens_Type_IsValid (int value) |
const ::std::string & | Lens_Type_Name (Lens_Type value) |
bool | Lens_Type_Parse (const ::std::string &name, Lens_Type *value) |
Variables | |
GZ_MSGS_VISIBLE LensDefaultTypeInternal | _Lens_default_instance_ |
const int | Lens_FunctionType_FunctionType_ARRAYSIZE = Lens_FunctionType_FunctionType_MAX + 1 |
const Lens_FunctionType | Lens_FunctionType_FunctionType_MAX = Lens_FunctionType_ID |
const Lens_FunctionType | Lens_FunctionType_FunctionType_MIN = Lens_FunctionType_FUNCTION_NOT_SPECIFIED |
const int | Lens_Type_Type_ARRAYSIZE = Lens_Type_Type_MAX + 1 |
const Lens_Type | Lens_Type_Type_MAX = Lens_Type_CUSTOM |
const Lens_Type | Lens_Type_Type_MIN = Lens_Type_TYPE_NOT_SPECIFIED |
Macro Definition Documentation
◆ PROTOBUF_INTERNAL_EXPORT_protobuf_gz_2fmsgs_2flens_2eproto
#define PROTOBUF_INTERNAL_EXPORT_protobuf_gz_2fmsgs_2flens_2eproto GZ_MSGS_VISIBLE |