Ignition Msgs

API Reference

5.6.0

#include <sky.pb.h>

Public Member Functions

 Sky ()
 
 Sky (const Sky &from)
 
virtual ~Sky ()
 
int ByteSize () const
 
void Clear ()
 
void clear_cloud_ambient ()
 
void clear_header ()
 
void clear_humidity ()
 
void clear_mean_cloud_size ()
 
void clear_sunrise ()
 
void clear_sunset ()
 
void clear_time ()
 
void clear_wind_direction ()
 
void clear_wind_speed ()
 
const ::ignition::msgs::Colorcloud_ambient () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const Sky &from)
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_cloud_ambient () const
 
bool has_header () const
 
const ::ignition::msgs::Headerheader () const
 
double humidity () const
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *output) const
 
bool IsInitialized () const
 
double mean_cloud_size () const
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const Sky &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
::ignition::msgs::Colormutable_cloud_ambient ()
 
::ignition::msgs::Headermutable_header ()
 
SkyNew () const
 
SkyNew (::google::protobuf::Arena *arena) const
 
Skyoperator= (const Sky &from)
 
::ignition::msgs::Colorrelease_cloud_ambient ()
 
::ignition::msgs::Headerrelease_header ()
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
void set_allocated_cloud_ambient (::ignition::msgs::Color *cloud_ambient)
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_humidity (double value)
 
void set_mean_cloud_size (double value)
 
void set_sunrise (double value)
 
void set_sunset (double value)
 
void set_time (double value)
 
void set_wind_direction (double value)
 
void set_wind_speed (double value)
 
double sunrise () const
 
double sunset () const
 
void Swap (Sky *other)
 
double time () const
 
double wind_direction () const
 
double wind_speed () const
 

Static Public Member Functions

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

Static Public Attributes

static const int kCloudAmbientFieldNumber = 7
 
static const int kHeaderFieldNumber = 1
 
static const int kHumidityFieldNumber = 8
 
static const int kMeanCloudSizeFieldNumber = 9
 
static const int kSunriseFieldNumber = 3
 
static const int kSunsetFieldNumber = 4
 
static const int kTimeFieldNumber = 2
 
static const int kWindDirectionFieldNumber = 6
 
static const int kWindSpeedFieldNumber = 5
 

Friends

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fsky_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2fsky_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2fsky_2eproto ()
 

Constructor & Destructor Documentation

◆ Sky() [1/2]

Sky ( )

◆ ~Sky()

virtual ~Sky ( )
virtual

◆ Sky() [2/2]

Sky ( const Sky from)

Member Function Documentation

◆ ByteSize()

int ByteSize ( ) const

◆ Clear()

void Clear ( )

◆ clear_cloud_ambient()

void clear_cloud_ambient ( )
inline

◆ clear_header()

void clear_header ( )
inline

◆ clear_humidity()

void clear_humidity ( )
inline

◆ clear_mean_cloud_size()

void clear_mean_cloud_size ( )
inline

◆ clear_sunrise()

void clear_sunrise ( )
inline

◆ clear_sunset()

void clear_sunset ( )
inline

◆ clear_time()

void clear_time ( )
inline

◆ clear_wind_direction()

void clear_wind_direction ( )
inline

◆ clear_wind_speed()

void clear_wind_speed ( )
inline

◆ cloud_ambient()

const ::ignition::msgs::Color & cloud_ambient ( ) const
inline

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void CopyFrom ( const Sky from)

◆ default_instance()

static const Sky& default_instance ( )
static

◆ descriptor()

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

◆ GetCachedSize()

int GetCachedSize ( ) const
inline

◆ GetMetadata()

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

◆ has_cloud_ambient()

bool has_cloud_ambient ( ) const
inline

◆ has_header()

bool has_header ( ) const
inline

◆ header()

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

◆ humidity()

double humidity ( ) const
inline

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

bool IsInitialized ( ) const

◆ mean_cloud_size()

double mean_cloud_size ( ) const
inline

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

void MergeFrom ( const Sky from)

◆ MergePartialFromCodedStream()

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

◆ mutable_cloud_ambient()

ignition::msgs::Color * mutable_cloud_ambient ( )
inline

◆ mutable_header()

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

◆ New() [1/2]

Sky* New ( ) const
inline

References Sky::New().

Referenced by Sky::New().

◆ New() [2/2]

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

◆ operator=()

Sky& operator= ( const Sky from)
inline

◆ release_cloud_ambient()

ignition::msgs::Color * release_cloud_ambient ( )
inline

◆ release_header()

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

◆ SerializeWithCachedSizes()

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

◆ SerializeWithCachedSizesToArray()

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

◆ set_allocated_cloud_ambient()

void set_allocated_cloud_ambient ( ::ignition::msgs::Color cloud_ambient)
inline

◆ set_allocated_header()

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

◆ set_humidity()

void set_humidity ( double  value)
inline

◆ set_mean_cloud_size()

void set_mean_cloud_size ( double  value)
inline

◆ set_sunrise()

void set_sunrise ( double  value)
inline

◆ set_sunset()

void set_sunset ( double  value)
inline

◆ set_time()

void set_time ( double  value)
inline

◆ set_wind_direction()

void set_wind_direction ( double  value)
inline

◆ set_wind_speed()

void set_wind_speed ( double  value)
inline

◆ sunrise()

double sunrise ( ) const
inline

◆ sunset()

double sunset ( ) const
inline

◆ Swap()

void Swap ( Sky other)

◆ time()

double time ( ) const
inline

◆ wind_direction()

double wind_direction ( ) const
inline

◆ wind_speed()

double wind_speed ( ) const
inline

Friends And Related Function Documentation

◆ protobuf_AddDesc_ignition_2fmsgs_2fsky_2eproto

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fsky_2eproto ( )
friend

◆ protobuf_AssignDesc_ignition_2fmsgs_2fsky_2eproto

void protobuf_AssignDesc_ignition_2fmsgs_2fsky_2eproto ( )
friend

◆ protobuf_ShutdownFile_ignition_2fmsgs_2fsky_2eproto

void protobuf_ShutdownFile_ignition_2fmsgs_2fsky_2eproto ( )
friend

Member Data Documentation

◆ kCloudAmbientFieldNumber

const int kCloudAmbientFieldNumber = 7
static

◆ kHeaderFieldNumber

const int kHeaderFieldNumber = 1
static

◆ kHumidityFieldNumber

const int kHumidityFieldNumber = 8
static

◆ kMeanCloudSizeFieldNumber

const int kMeanCloudSizeFieldNumber = 9
static

◆ kSunriseFieldNumber

const int kSunriseFieldNumber = 3
static

◆ kSunsetFieldNumber

const int kSunsetFieldNumber = 4
static

◆ kTimeFieldNumber

const int kTimeFieldNumber = 2
static

◆ kWindDirectionFieldNumber

const int kWindDirectionFieldNumber = 6
static

◆ kWindSpeedFieldNumber

const int kWindSpeedFieldNumber = 5
static

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