Ignition Msgs

API Reference

8.4.0

#include <dataframe.pb.h>

Public Member Functions

 Dataframe ()
 
 Dataframe (const Dataframe &from)
 
virtual ~Dataframe ()
 
int ByteSize () const
 
void Clear ()
 
void clear_data ()
 
void clear_dst_address ()
 
void clear_header ()
 
void clear_src_address ()
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const Dataframe &from)
 
const ::std::stringdata () const
 
const ::std::stringdst_address () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_header () const
 
const ::ignition::msgs::Headerheader () 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 Dataframe &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
::std::stringmutable_data ()
 
::std::stringmutable_dst_address ()
 
::ignition::msgs::Headermutable_header ()
 
::std::stringmutable_src_address ()
 
DataframeNew () const
 
DataframeNew (::google::protobuf::Arena *arena) const
 
Dataframeoperator= (const Dataframe &from)
 
::std::stringrelease_data ()
 
::std::stringrelease_dst_address ()
 
::ignition::msgs::Headerrelease_header ()
 
::std::stringrelease_src_address ()
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
void set_allocated_data (::std::string *data)
 
void set_allocated_dst_address (::std::string *dst_address)
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_allocated_src_address (::std::string *src_address)
 
void set_data (const ::std::string &value)
 
void set_data (const char *value)
 
void set_data (const void *value, size_t size)
 
void set_dst_address (const ::std::string &value)
 
void set_dst_address (const char *value)
 
void set_dst_address (const char *value, size_t size)
 
void set_src_address (const ::std::string &value)
 
void set_src_address (const char *value)
 
void set_src_address (const char *value, size_t size)
 
const ::std::stringsrc_address () const
 
void Swap (Dataframe *other)
 

Static Public Member Functions

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

Static Public Attributes

static const int kDataFieldNumber = 4
 
static const int kDstAddressFieldNumber = 3
 
static const int kHeaderFieldNumber = 1
 
static const int kSrcAddressFieldNumber = 2
 

Friends

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fdataframe_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2fdataframe_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2fdataframe_2eproto ()
 

Constructor & Destructor Documentation

◆ Dataframe() [1/2]

Dataframe ( )

◆ ~Dataframe()

virtual ~Dataframe ( )
virtual

◆ Dataframe() [2/2]

Dataframe ( const Dataframe from)

Member Function Documentation

◆ ByteSize()

int ByteSize ( ) const

◆ Clear()

void Clear ( )

◆ clear_data()

void clear_data ( )
inline

◆ clear_dst_address()

void clear_dst_address ( )
inline

◆ clear_header()

void clear_header ( )
inline

◆ clear_src_address()

void clear_src_address ( )
inline

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void CopyFrom ( const Dataframe from)

◆ data()

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

◆ default_instance()

static const Dataframe& default_instance ( )
static

◆ descriptor()

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

◆ dst_address()

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

◆ GetCachedSize()

int GetCachedSize ( ) const
inline

◆ GetMetadata()

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

◆ has_header()

bool has_header ( ) const
inline

◆ header()

const ::ignition::msgs::Header & header ( ) const
inline

◆ 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 Dataframe from)

◆ MergePartialFromCodedStream()

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

◆ mutable_data()

std::string * mutable_data ( )
inline

◆ mutable_dst_address()

std::string * mutable_dst_address ( )
inline

◆ mutable_header()

ignition::msgs::Header * mutable_header ( )
inline

◆ mutable_src_address()

std::string * mutable_src_address ( )
inline

◆ New() [1/2]

Dataframe* New ( ) const
inline

References Dataframe::New().

Referenced by Dataframe::New().

◆ New() [2/2]

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

◆ operator=()

Dataframe& operator= ( const Dataframe from)
inline

◆ release_data()

std::string * release_data ( )
inline

◆ release_dst_address()

std::string * release_dst_address ( )
inline

◆ release_header()

ignition::msgs::Header * release_header ( )
inline

◆ release_src_address()

std::string * release_src_address ( )
inline

◆ SerializeWithCachedSizes()

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

◆ SerializeWithCachedSizesToArray()

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

◆ set_allocated_data()

void set_allocated_data ( ::std::string data)
inline

◆ set_allocated_dst_address()

void set_allocated_dst_address ( ::std::string dst_address)
inline

◆ set_allocated_header()

void set_allocated_header ( ::ignition::msgs::Header header)
inline

◆ set_allocated_src_address()

void set_allocated_src_address ( ::std::string src_address)
inline

◆ set_data() [1/3]

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

◆ set_data() [2/3]

void set_data ( const char *  value)
inline

◆ set_data() [3/3]

void set_data ( const void *  value,
size_t  size 
)
inline

◆ set_dst_address() [1/3]

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

◆ set_dst_address() [2/3]

void set_dst_address ( const char *  value)
inline

◆ set_dst_address() [3/3]

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

◆ set_src_address() [1/3]

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

◆ set_src_address() [2/3]

void set_src_address ( const char *  value)
inline

◆ set_src_address() [3/3]

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

◆ src_address()

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

◆ Swap()

void Swap ( Dataframe other)

Friends And Related Function Documentation

◆ protobuf_AddDesc_ignition_2fmsgs_2fdataframe_2eproto

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fdataframe_2eproto ( )
friend

◆ protobuf_AssignDesc_ignition_2fmsgs_2fdataframe_2eproto

void protobuf_AssignDesc_ignition_2fmsgs_2fdataframe_2eproto ( )
friend

◆ protobuf_ShutdownFile_ignition_2fmsgs_2fdataframe_2eproto

void protobuf_ShutdownFile_ignition_2fmsgs_2fdataframe_2eproto ( )
friend

Member Data Documentation

◆ kDataFieldNumber

const int kDataFieldNumber = 4
static

◆ kDstAddressFieldNumber

const int kDstAddressFieldNumber = 3
static

◆ kHeaderFieldNumber

const int kHeaderFieldNumber = 1
static

◆ kSrcAddressFieldNumber

const int kSrcAddressFieldNumber = 2
static

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