JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::LowControl Class Referencefinal

#include <jaiabot/messages/low_control.pb.h>

Inheritance diagram for jaiabot::protobuf::LowControl:
Collaboration diagram for jaiabot::protobuf::LowControl:

Public Types

enum  : int { kControlSurfacesFieldNumber = 6 , kIdFieldNumber = 1 , kVehicleFieldNumber = 2 , kTimeFieldNumber = 3 }
 
typedef boost::units::time_dimension time_dimension
 
typedef boost::units::make_scaled_unit< boost::units::unit< time_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-6 > > >::type time_unit
 

Public Member Functions

 LowControl ()
 
 ~LowControl () override
 
PROTOBUF_CONSTEXPR LowControl (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 LowControl (const LowControl &from)
 
 LowControl (LowControl &&from) noexcept
 
LowControloperator= (const LowControl &from)
 
LowControloperator= (LowControl &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LowControl *other)
 
void UnsafeArenaSwap (LowControl *other)
 
LowControlNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const LowControl &from)
 
void MergeFrom (const LowControl &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
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
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_control_surfaces () const
 
void clear_control_surfaces ()
 
const ::jaiabot::protobuf::ControlSurfacescontrol_surfaces () const
 
PROTOBUF_NODISCARD::jaiabot::protobuf::ControlSurfaces * release_control_surfaces ()
 
::jaiabot::protobuf::ControlSurfacesmutable_control_surfaces ()
 
void set_allocated_control_surfaces (::jaiabot::protobuf::ControlSurfaces *control_surfaces)
 
void unsafe_arena_set_allocated_control_surfaces (::jaiabot::protobuf::ControlSurfaces *control_surfaces)
 
::jaiabot::protobuf::ControlSurfacesunsafe_arena_release_control_surfaces ()
 
bool has_id () const
 
void clear_id ()
 
uint32_t id () const
 
void set_id (uint32_t value)
 
bool has_vehicle () const
 
void clear_vehicle ()
 
uint32_t vehicle () const
 
void set_vehicle (uint32_t value)
 
bool has_time () const
 
void clear_time ()
 
uint64_t time () const
 
void set_time (uint64_t value)
 
template<typename Quantity >
void set_time_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity time_with_units () const
 
boost::units::quantity< time_unit, google::protobuf::uint64 > time_with_units () const
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const LowControldefault_instance ()
 
static const LowControlinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 LowControl (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_jaiabot_2fmessages_2flow_5fcontrol_2eproto
 
void swap (LowControl &a, LowControl &b)
 

Detailed Description

Definition at line 75 of file low_control.pb.h.

Member Typedef Documentation

◆ time_dimension

typedef boost::units::time_dimension jaiabot::protobuf::LowControl::time_dimension

Definition at line 265 of file low_control.pb.h.

◆ time_unit

typedef boost::units::make_scaled_unit<boost::units::unit<time_dimension,boost::units::si::system>,boost::units::scale<10,boost::units::static_rational<-6>>>::type jaiabot::protobuf::LowControl::time_unit

Definition at line 267 of file low_control.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kControlSurfacesFieldNumber 
kIdFieldNumber 
kVehicleFieldNumber 
kTimeFieldNumber 

Definition at line 202 of file low_control.pb.h.

Constructor & Destructor Documentation

◆ LowControl() [1/5]

jaiabot::protobuf::LowControl::LowControl ( )
inline

Definition at line 78 of file low_control.pb.h.

◆ ~LowControl()

jaiabot::protobuf::LowControl::~LowControl ( )
override

◆ LowControl() [2/5]

PROTOBUF_CONSTEXPR jaiabot::protobuf::LowControl::LowControl ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ LowControl() [3/5]

jaiabot::protobuf::LowControl::LowControl ( const LowControl from)

◆ LowControl() [4/5]

jaiabot::protobuf::LowControl::LowControl ( LowControl &&  from)
inlinenoexcept

Definition at line 83 of file low_control.pb.h.

◆ LowControl() [5/5]

jaiabot::protobuf::LowControl::LowControl ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * jaiabot::protobuf::LowControl::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * jaiabot::protobuf::LowControl::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t jaiabot::protobuf::LowControl::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void jaiabot::protobuf::LowControl::Clear ( )
final

◆ clear_control_surfaces()

void jaiabot::protobuf::LowControl::clear_control_surfaces ( )

◆ clear_id()

void jaiabot::protobuf::LowControl::clear_id ( )
inline

Definition at line 668 of file low_control.pb.h.

◆ clear_time()

void jaiabot::protobuf::LowControl::clear_time ( )
inline

Definition at line 724 of file low_control.pb.h.

◆ clear_vehicle()

void jaiabot::protobuf::LowControl::clear_vehicle ( )
inline

Definition at line 696 of file low_control.pb.h.

◆ control_surfaces()

const ::jaiabot::protobuf::ControlSurfaces & jaiabot::protobuf::LowControl::control_surfaces ( ) const
inline

Definition at line 758 of file low_control.pb.h.

◆ CopyFrom()

void jaiabot::protobuf::LowControl::CopyFrom ( const LowControl from)

◆ default_instance()

static const LowControl & jaiabot::protobuf::LowControl::default_instance ( )
inlinestatic

Definition at line 122 of file low_control.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::LowControl::descriptor ( )
inlinestatic

Definition at line 113 of file low_control.pb.h.

◆ GetCachedSize()

int jaiabot::protobuf::LowControl::GetCachedSize ( ) const
inlinefinal

Definition at line 175 of file low_control.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * jaiabot::protobuf::LowControl::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::LowControl::GetDescriptor ( )
inlinestatic

Definition at line 116 of file low_control.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata jaiabot::protobuf::LowControl::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * jaiabot::protobuf::LowControl::GetReflection ( )
inlinestatic

Definition at line 119 of file low_control.pb.h.

◆ has_control_surfaces()

bool jaiabot::protobuf::LowControl::has_control_surfaces ( ) const
inline

Definition at line 750 of file low_control.pb.h.

◆ has_id()

bool jaiabot::protobuf::LowControl::has_id ( ) const
inline

Definition at line 665 of file low_control.pb.h.

◆ has_time()

bool jaiabot::protobuf::LowControl::has_time ( ) const
inline

Definition at line 721 of file low_control.pb.h.

◆ has_vehicle()

bool jaiabot::protobuf::LowControl::has_vehicle ( ) const
inline

Definition at line 693 of file low_control.pb.h.

◆ id()

uint32_t jaiabot::protobuf::LowControl::id ( ) const
inline

Definition at line 675 of file low_control.pb.h.

◆ internal_default_instance()

static const LowControl * jaiabot::protobuf::LowControl::internal_default_instance ( )
inlinestatic

Definition at line 125 of file low_control.pb.h.

◆ IsInitialized()

bool jaiabot::protobuf::LowControl::IsInitialized ( ) const
final

◆ MergeFrom()

void jaiabot::protobuf::LowControl::MergeFrom ( const LowControl from)
inline

Definition at line 162 of file low_control.pb.h.

◆ mutable_control_surfaces()

jaiabot::protobuf::ControlSurfaces * jaiabot::protobuf::LowControl::mutable_control_surfaces ( )
inline

Definition at line 805 of file low_control.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * jaiabot::protobuf::LowControl::mutable_unknown_fields ( )
inline

Definition at line 109 of file low_control.pb.h.

◆ New()

LowControl * jaiabot::protobuf::LowControl::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 156 of file low_control.pb.h.

◆ operator=() [1/2]

LowControl & jaiabot::protobuf::LowControl::operator= ( const LowControl from)
inline

Definition at line 88 of file low_control.pb.h.

◆ operator=() [2/2]

LowControl & jaiabot::protobuf::LowControl::operator= ( LowControl &&  from)
inlinenoexcept

Definition at line 92 of file low_control.pb.h.

◆ release_control_surfaces()

jaiabot::protobuf::ControlSurfaces * jaiabot::protobuf::LowControl::release_control_surfaces ( )
inline

Definition at line 775 of file low_control.pb.h.

◆ set_allocated_control_surfaces()

void jaiabot::protobuf::LowControl::set_allocated_control_surfaces ( ::jaiabot::protobuf::ControlSurfaces control_surfaces)
inline

Definition at line 810 of file low_control.pb.h.

◆ set_id()

void jaiabot::protobuf::LowControl::set_id ( uint32_t  value)
inline

Definition at line 683 of file low_control.pb.h.

◆ set_time()

void jaiabot::protobuf::LowControl::set_time ( uint64_t  value)
inline

Definition at line 739 of file low_control.pb.h.

◆ set_time_with_units()

template<typename Quantity >
void jaiabot::protobuf::LowControl::set_time_with_units ( Quantity  value_w_units)
inline

Definition at line 270 of file low_control.pb.h.

◆ set_vehicle()

void jaiabot::protobuf::LowControl::set_vehicle ( uint32_t  value)
inline

Definition at line 711 of file low_control.pb.h.

◆ Swap()

void jaiabot::protobuf::LowControl::Swap ( LowControl other)
inline

Definition at line 135 of file low_control.pb.h.

◆ time()

uint64_t jaiabot::protobuf::LowControl::time ( ) const
inline

Definition at line 731 of file low_control.pb.h.

◆ time_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::LowControl::time_with_units ( ) const
inline

Definition at line 274 of file low_control.pb.h.

◆ time_with_units() [2/2]

boost::units::quantity< time_unit, google::protobuf::uint64 > jaiabot::protobuf::LowControl::time_with_units ( ) const
inline

Definition at line 277 of file low_control.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & jaiabot::protobuf::LowControl::unknown_fields ( ) const
inline

Definition at line 106 of file low_control.pb.h.

◆ unsafe_arena_release_control_surfaces()

jaiabot::protobuf::ControlSurfaces * jaiabot::protobuf::LowControl::unsafe_arena_release_control_surfaces ( )
inline

Definition at line 790 of file low_control.pb.h.

◆ unsafe_arena_set_allocated_control_surfaces()

void jaiabot::protobuf::LowControl::unsafe_arena_set_allocated_control_surfaces ( ::jaiabot::protobuf::ControlSurfaces control_surfaces)
inline

Definition at line 762 of file low_control.pb.h.

◆ UnsafeArenaSwap()

void jaiabot::protobuf::LowControl::UnsafeArenaSwap ( LowControl other)
inline

Definition at line 148 of file low_control.pb.h.

◆ vehicle()

uint32_t jaiabot::protobuf::LowControl::vehicle ( ) const
inline

Definition at line 703 of file low_control.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 287 of file low_control.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 184 of file low_control.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2flow_5fcontrol_2eproto

Definition at line 299 of file low_control.pb.h.

◆ swap

void swap ( LowControl a,
LowControl b 
)
friend

Definition at line 132 of file low_control.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::LowControl::_class_data_
static

Definition at line 193 of file low_control.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::LowControl::_impl_

Definition at line 298 of file low_control.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::LowControl::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 129 of file low_control.pb.h.


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