Ignition Msgs

API Reference

5.8.1

#include <camera_cmd.pb.h>

Public Types

enum  : int { kFollowModelFieldNumber = 2 , kHeaderFieldNumber = 1 }
 

Public Member Functions

 CameraCmd ()
 
constexpr CameraCmd (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 CameraCmd (CameraCmd &&from) noexcept
 
 CameraCmd (const CameraCmd &from)
 
 ~CameraCmd () override
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_follow_model ()
 
void clear_header ()
 
void CopyFrom (const CameraCmd &from)
 
const std::stringfollow_model () const
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_header () const
 
const ::ignition::msgs::Headerheader () const
 
bool IsInitialized () const final
 
void MergeFrom (const CameraCmd &from)
 
std::stringmutable_follow_model ()
 
::ignition::msgs::Headermutable_header ()
 
CameraCmdNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
CameraCmdoperator= (CameraCmd &&from) noexcept
 
CameraCmdoperator= (const CameraCmd &from)
 
PROTOBUF_NODISCARD std::stringrelease_follow_model ()
 
PROTOBUF_NODISCARD ::ignition::msgs::Headerrelease_header ()
 
void set_allocated_follow_model (std::string *follow_model)
 
void set_allocated_header (::ignition::msgs::Header *header)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_follow_model (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_follow_model (ArgT0 &&arg0, ArgT... args)
 
void Swap (CameraCmd *other)
 
::ignition::msgs::Headerunsafe_arena_release_header ()
 
void unsafe_arena_set_allocated_header (::ignition::msgs::Header *header)
 
void UnsafeArenaSwap (CameraCmd *other)
 

Static Public Member Functions

static const CameraCmddefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const CameraCmdinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

 CameraCmd (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kFollowModelFieldNumber 
kHeaderFieldNumber 

Constructor & Destructor Documentation

◆ CameraCmd() [1/5]

CameraCmd ( )
inline

◆ ~CameraCmd()

~CameraCmd ( )
override

◆ CameraCmd() [2/5]

constexpr CameraCmd ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicitconstexpr

◆ CameraCmd() [3/5]

CameraCmd ( const CameraCmd from)

◆ CameraCmd() [4/5]

CameraCmd ( CameraCmd &&  from)
inlinenoexcept

◆ CameraCmd() [5/5]

CameraCmd ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char* _InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t* _InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ( )
final

◆ clear_follow_model()

void clear_follow_model ( )
inline

◆ clear_header()

void clear_header ( )

◆ CopyFrom()

void CopyFrom ( const CameraCmd from)

◆ default_instance()

static const CameraCmd& default_instance ( )
inlinestatic

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor ( )
inlinestatic

◆ follow_model()

const std::string & follow_model ( ) const
inline

◆ GetCachedSize()

int GetCachedSize ( ) const
inlinefinal

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor ( )
inlinestatic

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection ( )
inlinestatic

◆ has_header()

bool has_header ( ) const
inline

◆ header()

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

◆ internal_default_instance()

static const CameraCmd* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom()

void MergeFrom ( const CameraCmd from)

◆ mutable_follow_model()

std::string * mutable_follow_model ( )
inline

◆ mutable_header()

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

◆ New()

CameraCmd* New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

◆ operator=() [1/2]

CameraCmd& operator= ( CameraCmd &&  from)
inlinenoexcept

◆ operator=() [2/2]

CameraCmd& operator= ( const CameraCmd from)
inline

◆ release_follow_model()

std::string * release_follow_model ( )
inline

◆ release_header()

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

◆ set_allocated_follow_model()

void set_allocated_follow_model ( std::string follow_model)
inline

◆ set_allocated_header()

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

◆ set_follow_model() [1/2]

void set_follow_model ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_follow_model() [2/2]

PROTOBUF_ALWAYS_INLINE void set_follow_model ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ Swap()

void Swap ( CameraCmd other)
inline

◆ unsafe_arena_release_header()

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

◆ unsafe_arena_set_allocated_header()

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

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( CameraCmd other)
inline

Member Data Documentation

◆ _class_data_

const ClassData _class_data_
static

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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