Gazebo Msgs

API Reference

9.5.0

#include <log_playback_control.pb.h>

Public Member Functions

 LogPlaybackControl ()
 
 LogPlaybackControl (const LogPlaybackControl &from)
 
virtual ~LogPlaybackControl ()
 
size_t ByteSizeLong () const final
 
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 ::google::protobuf::Message &from) final
 
void CopyFrom (const LogPlaybackControl &from)
 
bool forward () const
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_header () const
 
bool has_seek () const
 
const ::gz::msgs::Headerheader () const
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
bool IsInitialized () const final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const LogPlaybackControl &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
::google::protobuf::int32 multi_step () const
 
::gz::msgs::Headermutable_header ()
 
::gz::msgs::Timemutable_seek ()
 
LogPlaybackControlNew () const final
 
LogPlaybackControlNew (::google::protobuf::Arena *arena) const final
 
LogPlaybackControloperator= (const LogPlaybackControl &from)
 
bool pause () const
 
::gz::msgs::Headerrelease_header ()
 
::gz::msgs::Timerelease_seek ()
 
bool rewind () const
 
const ::gz::msgs::Timeseek () const
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
void set_allocated_header (::gz::msgs::Header *header)
 
void set_allocated_seek (::gz::msgs::Time *seek)
 
void set_forward (bool value)
 
void set_multi_step (::google::protobuf::int32 value)
 
void set_pause (bool value)
 
void set_rewind (bool value)
 
void Swap (LogPlaybackControl *other)
 

Static Public Member Functions

static const LogPlaybackControldefault_instance ()
 
static const ::google::protobuf::Descriptor * descriptor ()
 
static void InitAsDefaultInstance ()
 
static const LogPlaybackControlinternal_default_instance ()
 

Static Public Attributes

static const int kForwardFieldNumber = 5
 
static const int kHeaderFieldNumber = 1
 
static constexpr int kIndexInFileMessages
 
static const int kMultiStepFieldNumber = 3
 
static const int kPauseFieldNumber = 2
 
static const int kRewindFieldNumber = 4
 
static const int kSeekFieldNumber = 6
 

Constructor & Destructor Documentation

◆ LogPlaybackControl() [1/2]

◆ ~LogPlaybackControl()

virtual ~LogPlaybackControl ( )
virtual

◆ LogPlaybackControl() [2/2]

Member Function Documentation

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

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() [1/2]

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

◆ CopyFrom() [2/2]

void CopyFrom ( const LogPlaybackControl from)

◆ default_instance()

static const LogPlaybackControl& default_instance ( )
static

◆ descriptor()

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

◆ forward()

bool forward ( ) const
inline

◆ GetCachedSize()

int GetCachedSize ( ) const
inlinefinal

◆ GetMetadata()

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

◆ has_header()

bool has_header ( ) const
inline

◆ has_seek()

bool has_seek ( ) const
inline

◆ header()

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

◆ InitAsDefaultInstance()

static void InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const LogPlaybackControl* internal_default_instance ( )
inlinestatic

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

void MergeFrom ( const LogPlaybackControl from)

◆ MergePartialFromCodedStream()

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

◆ multi_step()

google::protobuf::int32 multi_step ( ) const
inline

◆ mutable_header()

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

◆ mutable_seek()

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

◆ New() [1/2]

LogPlaybackControl* New ( ) const
inlinefinal

◆ New() [2/2]

LogPlaybackControl* New ( ::google::protobuf::Arena *  arena) const
inlinefinal

◆ operator=()

LogPlaybackControl& operator= ( const LogPlaybackControl from)
inline

◆ pause()

bool pause ( ) const
inline

◆ release_header()

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

◆ release_seek()

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

◆ rewind()

bool rewind ( ) const
inline

◆ seek()

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

◆ SerializeWithCachedSizes()

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

◆ set_allocated_header()

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

◆ set_allocated_seek()

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

◆ set_forward()

void set_forward ( bool  value)
inline

◆ set_multi_step()

void set_multi_step ( ::google::protobuf::int32  value)
inline

◆ set_pause()

void set_pause ( bool  value)
inline

◆ set_rewind()

void set_rewind ( bool  value)
inline

◆ Swap()

void Swap ( LogPlaybackControl other)

Member Data Documentation

◆ kForwardFieldNumber

const int kForwardFieldNumber = 5
static

◆ kHeaderFieldNumber

const int kHeaderFieldNumber = 1
static

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
0

◆ kMultiStepFieldNumber

const int kMultiStepFieldNumber = 3
static

◆ kPauseFieldNumber

const int kPauseFieldNumber = 2
static

◆ kRewindFieldNumber

const int kRewindFieldNumber = 4
static

◆ kSeekFieldNumber

const int kSeekFieldNumber = 6
static

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