Ignition Msgs

API Reference

8.4.0

#include <pointcloud_packed.pb.h>

Public Types

typedef PointCloudPacked_Field_DataType DataType
 

Public Member Functions

 PointCloudPacked_Field ()
 
 PointCloudPacked_Field (const PointCloudPacked_Field &from)
 
virtual ~PointCloudPacked_Field ()
 
int ByteSize () const
 
void Clear ()
 
void clear_count ()
 
void clear_datatype ()
 
void clear_name ()
 
void clear_offset ()
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const PointCloudPacked_Field &from)
 
::google::protobuf::uint32 count () const
 
::ignition::msgs::PointCloudPacked_Field_DataType datatype () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *output) const
 
bool IsInitialized () const
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const PointCloudPacked_Field &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
::std::stringmutable_name ()
 
const ::std::stringname () const
 
PointCloudPacked_FieldNew () const
 
PointCloudPacked_FieldNew (::google::protobuf::Arena *arena) const
 
::google::protobuf::uint32 offset () const
 
PointCloudPacked_Fieldoperator= (const PointCloudPacked_Field &from)
 
::std::stringrelease_name ()
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
void set_allocated_name (::std::string *name)
 
void set_count (::google::protobuf::uint32 value)
 
void set_datatype (::ignition::msgs::PointCloudPacked_Field_DataType value)
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
void set_offset (::google::protobuf::uint32 value)
 
void Swap (PointCloudPacked_Field *other)
 

Static Public Member Functions

static const ::google::protobuf::EnumDescriptor * DataType_descriptor ()
 
static bool DataType_IsValid (int value)
 
static const ::std::stringDataType_Name (DataType value)
 
static bool DataType_Parse (const ::std::string &name, DataType *value)
 
static const PointCloudPacked_Fielddefault_instance ()
 
static const ::google::protobuf::Descriptor * descriptor ()
 

Static Public Attributes

static const int DataType_ARRAYSIZE
 
static const DataType DataType_MAX
 
static const DataType DataType_MIN
 
static const DataType FLOAT32
 
static const DataType FLOAT64
 
static const DataType INT16
 
static const DataType INT32
 
static const DataType INT8
 
static const int kCountFieldNumber = 4
 
static const int kDatatypeFieldNumber = 3
 
static const int kNameFieldNumber = 1
 
static const int kOffsetFieldNumber = 2
 
static const DataType UINT16
 
static const DataType UINT32
 
static const DataType UINT8
 

Friends

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fpointcloud_5fpacked_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2fpointcloud_5fpacked_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2fpointcloud_5fpacked_2eproto ()
 

Member Typedef Documentation

◆ DataType

Constructor & Destructor Documentation

◆ PointCloudPacked_Field() [1/2]

◆ ~PointCloudPacked_Field()

virtual ~PointCloudPacked_Field ( )
virtual

◆ PointCloudPacked_Field() [2/2]

Member Function Documentation

◆ ByteSize()

int ByteSize ( ) const

◆ Clear()

void Clear ( )

◆ clear_count()

void clear_count ( )
inline

◆ clear_datatype()

void clear_datatype ( )
inline

◆ clear_name()

void clear_name ( )
inline

◆ clear_offset()

void clear_offset ( )
inline

◆ CopyFrom() [1/2]

void CopyFrom ( const ::google::protobuf::Message &  from)

◆ CopyFrom() [2/2]

void CopyFrom ( const PointCloudPacked_Field from)

◆ count()

google::protobuf::uint32 count ( ) const
inline

◆ datatype()

◆ DataType_descriptor()

static const ::google::protobuf::EnumDescriptor* DataType_descriptor ( )
inlinestatic

◆ DataType_IsValid()

static bool DataType_IsValid ( int  value)
inlinestatic

◆ DataType_Name()

static const ::std::string& DataType_Name ( DataType  value)
inlinestatic

◆ DataType_Parse()

static bool DataType_Parse ( const ::std::string name,
DataType value 
)
inlinestatic

◆ default_instance()

static const PointCloudPacked_Field& default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* descriptor ( )
static

◆ GetCachedSize()

int GetCachedSize ( ) const
inline

◆ GetMetadata()

::google::protobuf::Metadata GetMetadata ( ) const

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  output 
) const

◆ IsInitialized()

bool IsInitialized ( ) const

◆ MergeFrom() [1/2]

void MergeFrom ( const ::google::protobuf::Message &  from)

◆ MergeFrom() [2/2]

void MergeFrom ( const PointCloudPacked_Field from)

◆ MergePartialFromCodedStream()

bool MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)

◆ mutable_name()

std::string * mutable_name ( )
inline

◆ name()

const ::std::string & name ( ) const
inline

◆ New() [1/2]

◆ New() [2/2]

PointCloudPacked_Field* New ( ::google::protobuf::Arena *  arena) const

◆ offset()

google::protobuf::uint32 offset ( ) const
inline

◆ operator=()

PointCloudPacked_Field& operator= ( const PointCloudPacked_Field from)
inline

◆ release_name()

std::string * release_name ( )
inline

◆ SerializeWithCachedSizes()

void SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const

◆ SerializeWithCachedSizesToArray()

::google::protobuf::uint8* SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  output) const
inline

◆ set_allocated_name()

void set_allocated_name ( ::std::string name)
inline

◆ set_count()

void set_count ( ::google::protobuf::uint32  value)
inline

◆ set_datatype()

void set_datatype ( ::ignition::msgs::PointCloudPacked_Field_DataType  value)
inline

◆ set_name() [1/3]

void set_name ( const ::std::string value)
inline

◆ set_name() [2/3]

void set_name ( const char *  value)
inline

◆ set_name() [3/3]

void set_name ( const char *  value,
size_t  size 
)
inline

◆ set_offset()

void set_offset ( ::google::protobuf::uint32  value)
inline

◆ Swap()

void Swap ( PointCloudPacked_Field other)

Friends And Related Function Documentation

◆ protobuf_AddDesc_ignition_2fmsgs_2fpointcloud_5fpacked_2eproto

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fpointcloud_5fpacked_2eproto ( )
friend

◆ protobuf_AssignDesc_ignition_2fmsgs_2fpointcloud_5fpacked_2eproto

void protobuf_AssignDesc_ignition_2fmsgs_2fpointcloud_5fpacked_2eproto ( )
friend

◆ protobuf_ShutdownFile_ignition_2fmsgs_2fpointcloud_5fpacked_2eproto

void protobuf_ShutdownFile_ignition_2fmsgs_2fpointcloud_5fpacked_2eproto ( )
friend

Member Data Documentation

◆ DataType_ARRAYSIZE

const int DataType_ARRAYSIZE
static

◆ DataType_MAX

const DataType DataType_MAX
static

◆ DataType_MIN

const DataType DataType_MIN
static

◆ FLOAT32

const DataType FLOAT32
static

◆ FLOAT64

const DataType FLOAT64
static

◆ INT16

const DataType INT16
static

◆ INT32

const DataType INT32
static

◆ INT8

const DataType INT8
static

◆ kCountFieldNumber

const int kCountFieldNumber = 4
static

◆ kDatatypeFieldNumber

const int kDatatypeFieldNumber = 3
static

◆ kNameFieldNumber

const int kNameFieldNumber = 1
static

◆ kOffsetFieldNumber

const int kOffsetFieldNumber = 2
static

◆ UINT16

const DataType UINT16
static

◆ UINT32

const DataType UINT32
static

◆ UINT8

const DataType UINT8
static

The documentation for this class was generated from the following file: