Ignition Msgs

API Reference

8.2.0

#include <time.pb.h>

Public Member Functions

 Time ()
 
 Time (const Time &from)
 
virtual ~Time ()
 
int ByteSize () const
 
void Clear ()
 
void clear_nsec ()
 
void clear_sec ()
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const Time &from)
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () 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 Time &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
TimeNew () const
 
TimeNew (::google::protobuf::Arena *arena) const
 
::google::protobuf::int32 nsec () const
 
Timeoperator= (const Time &from)
 
::google::protobuf::int64 sec () const
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
void set_nsec (::google::protobuf::int32 value)
 
void set_sec (::google::protobuf::int64 value)
 
void Swap (Time *other)
 

Static Public Member Functions

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

Static Public Attributes

static const int kNsecFieldNumber = 2
 
static const int kSecFieldNumber = 1
 

Friends

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2ftime_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2ftime_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2ftime_2eproto ()
 

Constructor & Destructor Documentation

◆ Time() [1/2]

Time ( )

◆ ~Time()

virtual ~Time ( )
virtual

◆ Time() [2/2]

Time ( const Time from)

Member Function Documentation

◆ ByteSize()

int ByteSize ( ) const

◆ Clear()

void Clear ( )

◆ clear_nsec()

void clear_nsec ( )
inline

◆ clear_sec()

void clear_sec ( )
inline

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void CopyFrom ( const Time from)

◆ default_instance()

static const Time& default_instance ( )
static

Referenced by Packet::time(), and Any::time_value().

◆ descriptor()

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

◆ GetCachedSize()

int GetCachedSize ( ) const
inline

◆ GetMetadata()

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

◆ 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 Time from)

◆ MergePartialFromCodedStream()

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

◆ New() [1/2]

Time* New ( ) const
inline

References Time::New().

Referenced by Time::New().

◆ New() [2/2]

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

◆ nsec()

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

◆ operator=()

Time& operator= ( const Time from)
inline

◆ sec()

google::protobuf::int64 sec ( ) const
inline

◆ SerializeWithCachedSizes()

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

◆ SerializeWithCachedSizesToArray()

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

◆ set_nsec()

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

◆ set_sec()

void set_sec ( ::google::protobuf::int64  value)
inline

◆ Swap()

void Swap ( Time other)

Friends And Related Function Documentation

◆ protobuf_AddDesc_ignition_2fmsgs_2ftime_2eproto

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2ftime_2eproto ( )
friend

◆ protobuf_AssignDesc_ignition_2fmsgs_2ftime_2eproto

void protobuf_AssignDesc_ignition_2fmsgs_2ftime_2eproto ( )
friend

◆ protobuf_ShutdownFile_ignition_2fmsgs_2ftime_2eproto

void protobuf_ShutdownFile_ignition_2fmsgs_2ftime_2eproto ( )
friend

Member Data Documentation

◆ kNsecFieldNumber

const int kNsecFieldNumber = 2
static

◆ kSecFieldNumber

const int kSecFieldNumber = 1
static

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