Ignition Msgs

API Reference

8.4.0

#include <log_playback_stats.pb.h>

Public Member Functions

 LogPlaybackStatistics ()
 
 LogPlaybackStatistics (const LogPlaybackStatistics &from)
 
virtual ~LogPlaybackStatistics ()
 
int ByteSize () const
 
void Clear ()
 
void clear_end_time ()
 
void clear_header ()
 
void clear_start_time ()
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const LogPlaybackStatistics &from)
 
const ::ignition::msgs::Timeend_time () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_end_time () const
 
bool has_header () const
 
bool has_start_time () 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 LogPlaybackStatistics &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
::ignition::msgs::Timemutable_end_time ()
 
::ignition::msgs::Headermutable_header ()
 
::ignition::msgs::Timemutable_start_time ()
 
LogPlaybackStatisticsNew () const
 
LogPlaybackStatisticsNew (::google::protobuf::Arena *arena) const
 
LogPlaybackStatisticsoperator= (const LogPlaybackStatistics &from)
 
::ignition::msgs::Timerelease_end_time ()
 
::ignition::msgs::Headerrelease_header ()
 
::ignition::msgs::Timerelease_start_time ()
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
void set_allocated_end_time (::ignition::msgs::Time *end_time)
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_allocated_start_time (::ignition::msgs::Time *start_time)
 
const ::ignition::msgs::Timestart_time () const
 
void Swap (LogPlaybackStatistics *other)
 

Static Public Member Functions

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

Static Public Attributes

static const int kEndTimeFieldNumber = 3
 
static const int kHeaderFieldNumber = 1
 
static const int kStartTimeFieldNumber = 2
 

Friends

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2flog_5fplayback_5fstats_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2flog_5fplayback_5fstats_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2flog_5fplayback_5fstats_2eproto ()
 

Constructor & Destructor Documentation

◆ LogPlaybackStatistics() [1/2]

◆ ~LogPlaybackStatistics()

virtual ~LogPlaybackStatistics ( )
virtual

◆ LogPlaybackStatistics() [2/2]

Member Function Documentation

◆ ByteSize()

int ByteSize ( ) const

◆ Clear()

void Clear ( )

◆ clear_end_time()

void clear_end_time ( )
inline

◆ clear_header()

void clear_header ( )
inline

◆ clear_start_time()

void clear_start_time ( )
inline

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void CopyFrom ( const LogPlaybackStatistics from)

◆ default_instance()

static const LogPlaybackStatistics& default_instance ( )
static

◆ descriptor()

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

◆ end_time()

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

◆ GetCachedSize()

int GetCachedSize ( ) const
inline

◆ GetMetadata()

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

◆ has_end_time()

bool has_end_time ( ) const
inline

◆ has_header()

bool has_header ( ) const
inline

◆ has_start_time()

bool has_start_time ( ) 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 LogPlaybackStatistics from)

◆ MergePartialFromCodedStream()

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

◆ mutable_end_time()

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

◆ mutable_header()

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

◆ mutable_start_time()

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

◆ New() [1/2]

LogPlaybackStatistics* New ( ) const
inline

◆ New() [2/2]

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

◆ operator=()

LogPlaybackStatistics& operator= ( const LogPlaybackStatistics from)
inline

◆ release_end_time()

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

◆ release_header()

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

◆ release_start_time()

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

◆ SerializeWithCachedSizes()

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

◆ SerializeWithCachedSizesToArray()

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

◆ set_allocated_end_time()

void set_allocated_end_time ( ::ignition::msgs::Time end_time)
inline

◆ set_allocated_header()

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

◆ set_allocated_start_time()

void set_allocated_start_time ( ::ignition::msgs::Time start_time)
inline

◆ start_time()

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

◆ Swap()

void Swap ( LogPlaybackStatistics other)

Friends And Related Function Documentation

◆ protobuf_AddDesc_ignition_2fmsgs_2flog_5fplayback_5fstats_2eproto

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2flog_5fplayback_5fstats_2eproto ( )
friend

◆ protobuf_AssignDesc_ignition_2fmsgs_2flog_5fplayback_5fstats_2eproto

void protobuf_AssignDesc_ignition_2fmsgs_2flog_5fplayback_5fstats_2eproto ( )
friend

◆ protobuf_ShutdownFile_ignition_2fmsgs_2flog_5fplayback_5fstats_2eproto

void protobuf_ShutdownFile_ignition_2fmsgs_2flog_5fplayback_5fstats_2eproto ( )
friend

Member Data Documentation

◆ kEndTimeFieldNumber

const int kEndTimeFieldNumber = 3
static

◆ kHeaderFieldNumber

const int kHeaderFieldNumber = 1
static

◆ kStartTimeFieldNumber

const int kStartTimeFieldNumber = 2
static

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