List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions
SensorNoise Class Referencefinal
#include <sensor_noise.pb.h>
Public Types | |
enum | : int { kHeaderFieldNumber = 1 , kMeanFieldNumber = 3 , kStddevFieldNumber = 4 , kBiasMeanFieldNumber = 5 , kBiasStddevFieldNumber = 6 , kPrecisionFieldNumber = 7 , kDynamicBiasStddevFieldNumber = 8 , kDynamicBiasCorrelationTimeFieldNumber = 9 , kTypeFieldNumber = 2 } |
typedef SensorNoise_Type | Type |
Public Member Functions | |
SensorNoise () | |
constexpr | SensorNoise (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
SensorNoise (const SensorNoise &from) | |
SensorNoise (SensorNoise &&from) noexcept | |
~SensorNoise () override | |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
double | bias_mean () const |
double | bias_stddev () const |
size_t | ByteSizeLong () const final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
void | clear_bias_mean () |
void | clear_bias_stddev () |
void | clear_dynamic_bias_correlation_time () |
void | clear_dynamic_bias_stddev () |
void | clear_header () |
void | clear_mean () |
void | clear_precision () |
void | clear_stddev () |
void | clear_type () |
void | CopyFrom (const SensorNoise &from) |
double | dynamic_bias_correlation_time () const |
double | dynamic_bias_stddev () const |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_header () const |
const ::ignition::msgs::Header & | header () const |
bool | IsInitialized () const final |
double | mean () const |
void | MergeFrom (const SensorNoise &from) |
::ignition::msgs::Header * | mutable_header () |
SensorNoise * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
SensorNoise & | operator= (const SensorNoise &from) |
SensorNoise & | operator= (SensorNoise &&from) noexcept |
double | precision () const |
PROTOBUF_NODISCARD ::ignition::msgs::Header * | release_header () |
void | set_allocated_header (::ignition::msgs::Header *header) |
void | set_bias_mean (double value) |
void | set_bias_stddev (double value) |
void | set_dynamic_bias_correlation_time (double value) |
void | set_dynamic_bias_stddev (double value) |
void | set_mean (double value) |
void | set_precision (double value) |
void | set_stddev (double value) |
void | set_type (::ignition::msgs::SensorNoise_Type value) |
double | stddev () const |
void | Swap (SensorNoise *other) |
::ignition::msgs::SensorNoise_Type | type () const |
::ignition::msgs::Header * | unsafe_arena_release_header () |
void | unsafe_arena_set_allocated_header (::ignition::msgs::Header *header) |
void | UnsafeArenaSwap (SensorNoise *other) |
Static Public Member Functions | |
static const SensorNoise & | default_instance () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const SensorNoise * | internal_default_instance () |
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Type_descriptor () |
static bool | Type_IsValid (int value) |
template<typename T > | |
static const std::string & | Type_Name (T enum_t_value) |
static bool | Type_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Type *value) |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr Type | GAUSSIAN |
static constexpr Type | GAUSSIAN_QUANTIZED |
static constexpr int | kIndexInFileMessages |
static constexpr Type | NONE |
static constexpr int | Type_ARRAYSIZE |
static constexpr Type | Type_MAX |
static constexpr Type | Type_MIN |
Protected Member Functions | |
SensorNoise (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Member Typedef Documentation
◆ Type
typedef SensorNoise_Type Type |
Member Enumeration Documentation
◆ anonymous enum
anonymous enum : int |
Constructor & Destructor Documentation
◆ SensorNoise() [1/5]
|
inline |
◆ ~SensorNoise()
|
override |
◆ SensorNoise() [2/5]
|
explicitconstexpr |
◆ SensorNoise() [3/5]
SensorNoise | ( | const SensorNoise & | from | ) |
◆ SensorNoise() [4/5]
|
inlinenoexcept |
◆ SensorNoise() [5/5]
|
explicitprotected |
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ bias_mean()
|
inline |
◆ bias_stddev()
|
inline |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_bias_mean()
|
inline |
◆ clear_bias_stddev()
|
inline |
◆ clear_dynamic_bias_correlation_time()
|
inline |
◆ clear_dynamic_bias_stddev()
|
inline |
◆ clear_header()
void clear_header | ( | ) |
References mean(), and precision().
◆ clear_mean()
|
inline |
◆ clear_precision()
|
inline |
◆ clear_stddev()
|
inline |
◆ clear_type()
|
inline |
◆ CopyFrom()
void CopyFrom | ( | const SensorNoise & | from | ) |
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ dynamic_bias_correlation_time()
|
inline |
◆ dynamic_bias_stddev()
|
inline |
◆ GetCachedSize()
|
inlinefinal |
◆ GetClassData()
|
final |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
◆ has_header()
|
inline |
◆ header()
|
inline |
◆ internal_default_instance()
|
inlinestatic |
References ignition::msgs::_SensorNoise_default_instance_.
◆ IsInitialized()
|
final |
◆ mean()
|
inline |
◆ MergeFrom()
void MergeFrom | ( | const SensorNoise & | from | ) |
◆ mutable_header()
|
inline |
◆ New()
|
inlinefinal |
◆ operator=() [1/2]
|
inline |
◆ operator=() [2/2]
|
inlinenoexcept |
◆ precision()
|
inline |
◆ release_header()
|
inline |
◆ set_allocated_header()
|
inline |
◆ set_bias_mean()
|
inline |
◆ set_bias_stddev()
|
inline |
◆ set_dynamic_bias_correlation_time()
|
inline |
◆ set_dynamic_bias_stddev()
|
inline |
◆ set_mean()
|
inline |
◆ set_precision()
|
inline |
◆ set_stddev()
|
inline |
◆ set_type()
|
inline |
◆ stddev()
|
inline |
◆ Swap()
|
inline |
◆ type()
|
inline |
◆ Type_descriptor()
|
inlinestatic |
References ignition::msgs::SensorNoise_Type_descriptor().
◆ Type_IsValid()
|
inlinestatic |
References ignition::msgs::SensorNoise_Type_IsValid().
◆ Type_Name()
|
inlinestatic |
References ignition::msgs::SensorNoise_Type_Name().
◆ Type_Parse()
|
inlinestatic |
References ignition::msgs::SensorNoise_Type_Parse().
◆ unsafe_arena_release_header()
|
inline |
◆ unsafe_arena_set_allocated_header()
|
inline |
◆ UnsafeArenaSwap()
|
inline |
Member Data Documentation
◆ _class_data_
|
static |
◆ GAUSSIAN
|
staticconstexpr |
Initial value:
=
@ SensorNoise_Type_GAUSSIAN
Definition: sensor_noise.pb.h:84
◆ GAUSSIAN_QUANTIZED
|
staticconstexpr |
Initial value:
=
@ SensorNoise_Type_GAUSSIAN_QUANTIZED
Definition: sensor_noise.pb.h:85
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
0
◆ NONE
|
staticconstexpr |
Initial value:
=
◆ Type_ARRAYSIZE
|
staticconstexpr |
Initial value:
=
constexpr int SensorNoise_Type_Type_ARRAYSIZE
Definition: sensor_noise.pb.h:92
◆ Type_MAX
|
staticconstexpr |
Initial value:
=
constexpr SensorNoise_Type SensorNoise_Type_Type_MAX
Definition: sensor_noise.pb.h:91
◆ Type_MIN
|
staticconstexpr |
Initial value:
=
constexpr SensorNoise_Type SensorNoise_Type_Type_MIN
Definition: sensor_noise.pb.h:90
The documentation for this class was generated from the following file: