Ignition Msgs

API Reference

5.8.1

#include <log_playback_control.pb.h>

Public Types

enum  : int {
  kHeaderFieldNumber = 1 , kSeekFieldNumber = 6 , kMultiStepFieldNumber = 3 , kPauseFieldNumber = 2 ,
  kRewindFieldNumber = 4 , kForwardFieldNumber = 5
}
 

Public Member Functions

 LogPlaybackControl ()
 
constexpr LogPlaybackControl (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 LogPlaybackControl (const LogPlaybackControl &from)
 
 LogPlaybackControl (LogPlaybackControl &&from) noexcept
 
 ~LogPlaybackControl () 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_forward ()
 
void clear_header ()
 
void clear_multi_step ()
 
void clear_pause ()
 
void clear_rewind ()
 
void clear_seek ()
 
void CopyFrom (const LogPlaybackControl &from)
 
bool forward () 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
 
bool has_seek () const
 
const ::ignition::msgs::Headerheader () const
 
bool IsInitialized () const final
 
void MergeFrom (const LogPlaybackControl &from)
 
int32_t multi_step () const
 
::ignition::msgs::Headermutable_header ()
 
::ignition::msgs::Timemutable_seek ()
 
LogPlaybackControlNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
LogPlaybackControloperator= (const LogPlaybackControl &from)
 
LogPlaybackControloperator= (LogPlaybackControl &&from) noexcept
 
bool pause () const
 
PROTOBUF_NODISCARD ::ignition::msgs::Headerrelease_header ()
 
PROTOBUF_NODISCARD ::ignition::msgs::Timerelease_seek ()
 
bool rewind () const
 
const ::ignition::msgs::Timeseek () const
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_allocated_seek (::ignition::msgs::Time *seek)
 
void set_forward (bool value)
 
void set_multi_step (int32_t value)
 
void set_pause (bool value)
 
void set_rewind (bool value)
 
void Swap (LogPlaybackControl *other)
 
::ignition::msgs::Headerunsafe_arena_release_header ()
 
::ignition::msgs::Timeunsafe_arena_release_seek ()
 
void unsafe_arena_set_allocated_header (::ignition::msgs::Header *header)
 
void unsafe_arena_set_allocated_seek (::ignition::msgs::Time *seek)
 
void UnsafeArenaSwap (LogPlaybackControl *other)
 

Static Public Member Functions

static const LogPlaybackControldefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const LogPlaybackControlinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHeaderFieldNumber 
kSeekFieldNumber 
kMultiStepFieldNumber 
kPauseFieldNumber 
kRewindFieldNumber 
kForwardFieldNumber 

Constructor & Destructor Documentation

◆ LogPlaybackControl() [1/5]

LogPlaybackControl ( )
inline

◆ ~LogPlaybackControl()

~LogPlaybackControl ( )
override

◆ LogPlaybackControl() [2/5]

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

◆ LogPlaybackControl() [3/5]

◆ LogPlaybackControl() [4/5]

LogPlaybackControl ( LogPlaybackControl &&  from)
inlinenoexcept

◆ LogPlaybackControl() [5/5]

LogPlaybackControl ( ::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_forward()

void clear_forward ( )
inline

◆ clear_header()

void clear_header ( )

◆ clear_multi_step()

void clear_multi_step ( )
inline

◆ clear_pause()

void clear_pause ( )
inline

◆ clear_rewind()

void clear_rewind ( )
inline

◆ clear_seek()

void clear_seek ( )

◆ CopyFrom()

void CopyFrom ( const LogPlaybackControl from)

◆ default_instance()

static const LogPlaybackControl& default_instance ( )
inlinestatic

◆ descriptor()

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

◆ forward()

bool forward ( ) 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

◆ has_seek()

bool has_seek ( ) const
inline

◆ header()

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

◆ internal_default_instance()

static const LogPlaybackControl* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom()

void MergeFrom ( const LogPlaybackControl from)

◆ multi_step()

int32_t multi_step ( ) const
inline

◆ mutable_header()

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

◆ mutable_seek()

ignition::msgs::Time * mutable_seek ( )
inline

◆ New()

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

◆ operator=() [1/2]

LogPlaybackControl& operator= ( const LogPlaybackControl from)
inline

◆ operator=() [2/2]

LogPlaybackControl& operator= ( LogPlaybackControl &&  from)
inlinenoexcept

◆ pause()

bool pause ( ) const
inline

◆ release_header()

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

◆ release_seek()

ignition::msgs::Time * release_seek ( )
inline

◆ rewind()

bool rewind ( ) const
inline

◆ seek()

const ::ignition::msgs::Time & seek ( ) const
inline

◆ set_allocated_header()

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

◆ set_allocated_seek()

void set_allocated_seek ( ::ignition::msgs::Time seek)
inline

◆ set_forward()

void set_forward ( bool  value)
inline

◆ set_multi_step()

void set_multi_step ( int32_t  value)
inline

◆ set_pause()

void set_pause ( bool  value)
inline

◆ set_rewind()

void set_rewind ( bool  value)
inline

◆ Swap()

void Swap ( LogPlaybackControl other)
inline

◆ unsafe_arena_release_header()

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

◆ unsafe_arena_release_seek()

ignition::msgs::Time * unsafe_arena_release_seek ( )
inline

◆ unsafe_arena_set_allocated_header()

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

◆ unsafe_arena_set_allocated_seek()

void unsafe_arena_set_allocated_seek ( ::ignition::msgs::Time seek)
inline

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( LogPlaybackControl 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: