Gazebo Msgs

API Reference

9.5.0

#include <clock.pb.h>

Public Member Functions

 Clock ()
 
 Clock (const Clock &from)
 
virtual ~Clock ()
 
size_t ByteSizeLong () const final
 
void Clear () final
 
void clear_header ()
 
void clear_real ()
 
void clear_sim ()
 
void clear_system ()
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const Clock &from)
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_header () const
 
bool has_real () const
 
bool has_sim () const
 
bool has_system () 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 Clock &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
::gz::msgs::Headermutable_header ()
 
::gz::msgs::Timemutable_real ()
 
::gz::msgs::Timemutable_sim ()
 
::gz::msgs::Timemutable_system ()
 
ClockNew () const final
 
ClockNew (::google::protobuf::Arena *arena) const final
 
Clockoperator= (const Clock &from)
 
const ::gz::msgs::Timereal () const
 
::gz::msgs::Headerrelease_header ()
 
::gz::msgs::Timerelease_real ()
 
::gz::msgs::Timerelease_sim ()
 
::gz::msgs::Timerelease_system ()
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
void set_allocated_header (::gz::msgs::Header *header)
 
void set_allocated_real (::gz::msgs::Time *real)
 
void set_allocated_sim (::gz::msgs::Time *sim)
 
void set_allocated_system (::gz::msgs::Time *system)
 
const ::gz::msgs::Timesim () const
 
void Swap (Clock *other)
 
const ::gz::msgs::Timesystem () const
 

Static Public Member Functions

static const Clockdefault_instance ()
 
static const ::google::protobuf::Descriptor * descriptor ()
 
static void InitAsDefaultInstance ()
 
static const Clockinternal_default_instance ()
 

Static Public Attributes

static const int kHeaderFieldNumber = 1
 
static constexpr int kIndexInFileMessages
 
static const int kRealFieldNumber = 3
 
static const int kSimFieldNumber = 4
 
static const int kSystemFieldNumber = 2
 

Constructor & Destructor Documentation

◆ Clock() [1/2]

Clock ( )

◆ ~Clock()

virtual ~Clock ( )
virtual

◆ Clock() [2/2]

Clock ( const Clock from)

Member Function Documentation

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

void Clear ( )
final

◆ clear_header()

void clear_header ( )

◆ clear_real()

void clear_real ( )

◆ clear_sim()

void clear_sim ( )

◆ clear_system()

void clear_system ( )

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void CopyFrom ( const Clock from)

◆ default_instance()

static const Clock& default_instance ( )
static

◆ descriptor()

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

◆ GetCachedSize()

int GetCachedSize ( ) const
inlinefinal

◆ GetMetadata()

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

◆ has_header()

bool has_header ( ) const
inline

◆ has_real()

bool has_real ( ) const
inline

◆ has_sim()

bool has_sim ( ) const
inline

◆ has_system()

bool has_system ( ) const
inline

◆ header()

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

◆ InitAsDefaultInstance()

static void InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const Clock* 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 Clock from)

◆ MergePartialFromCodedStream()

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

◆ mutable_header()

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

◆ mutable_real()

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

◆ mutable_sim()

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

◆ mutable_system()

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

◆ New() [1/2]

Clock* New ( ) const
inlinefinal

◆ New() [2/2]

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

◆ operator=()

Clock& operator= ( const Clock from)
inline

◆ real()

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

◆ release_header()

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

◆ release_real()

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

◆ release_sim()

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

◆ release_system()

gz::msgs::Time * release_system ( )
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_real()

void set_allocated_real ( ::gz::msgs::Time real)
inline

◆ set_allocated_sim()

void set_allocated_sim ( ::gz::msgs::Time sim)
inline

◆ set_allocated_system()

void set_allocated_system ( ::gz::msgs::Time system)
inline

◆ sim()

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

◆ Swap()

void Swap ( Clock other)

◆ system()

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

Member Data Documentation

◆ kHeaderFieldNumber

const int kHeaderFieldNumber = 1
static

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
0

◆ kRealFieldNumber

const int kRealFieldNumber = 3
static

◆ kSimFieldNumber

const int kSimFieldNumber = 4
static

◆ kSystemFieldNumber

const int kSystemFieldNumber = 2
static

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