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

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

Inheritance diagram for jaiabot::protobuf::ControlSurfaces:
Collaboration diagram for jaiabot::protobuf::ControlSurfaces:

Public Types

enum  : int {
  kMotorFieldNumber = 1 , kPortElevatorFieldNumber = 2 , kStbdElevatorFieldNumber = 3 , kRudderFieldNumber = 4 ,
  kTimeoutFieldNumber = 5 , kLedSwitchOnFieldNumber = 6
}
 

Public Member Functions

 ControlSurfaces ()
 
 ~ControlSurfaces () override
 
PROTOBUF_CONSTEXPR ControlSurfaces (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ControlSurfaces (const ControlSurfaces &from)
 
 ControlSurfaces (ControlSurfaces &&from) noexcept
 
ControlSurfacesoperator= (const ControlSurfaces &from)
 
ControlSurfacesoperator= (ControlSurfaces &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ControlSurfaces *other)
 
void UnsafeArenaSwap (ControlSurfaces *other)
 
ControlSurfacesNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const ControlSurfaces &from)
 
void MergeFrom (const ControlSurfaces &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_motor () const
 
void clear_motor ()
 
int32_t motor () const
 
void set_motor (int32_t value)
 
bool has_port_elevator () const
 
void clear_port_elevator ()
 
int32_t port_elevator () const
 
void set_port_elevator (int32_t value)
 
bool has_stbd_elevator () const
 
void clear_stbd_elevator ()
 
int32_t stbd_elevator () const
 
void set_stbd_elevator (int32_t value)
 
bool has_rudder () const
 
void clear_rudder ()
 
int32_t rudder () const
 
void set_rudder (int32_t value)
 
bool has_timeout () const
 
void clear_timeout ()
 
int32_t timeout () const
 
void set_timeout (int32_t value)
 
bool has_led_switch_on () const
 
void clear_led_switch_on ()
 
bool led_switch_on () const
 
void set_led_switch_on (bool value)
 

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 ControlSurfacesdefault_instance ()
 
static const ControlSurfacesinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ControlSurfaces (::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_2fcontrol_5fsurfaces_2eproto
 
void swap (ControlSurfaces &a, ControlSurfaces &b)
 

Detailed Description

Definition at line 66 of file control_surfaces.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMotorFieldNumber 
kPortElevatorFieldNumber 
kStbdElevatorFieldNumber 
kRudderFieldNumber 
kTimeoutFieldNumber 
kLedSwitchOnFieldNumber 

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

Constructor & Destructor Documentation

◆ ControlSurfaces() [1/5]

jaiabot::protobuf::ControlSurfaces::ControlSurfaces ( )
inline

Definition at line 69 of file control_surfaces.pb.h.

◆ ~ControlSurfaces()

jaiabot::protobuf::ControlSurfaces::~ControlSurfaces ( )
override

◆ ControlSurfaces() [2/5]

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

◆ ControlSurfaces() [3/5]

jaiabot::protobuf::ControlSurfaces::ControlSurfaces ( const ControlSurfaces from)

◆ ControlSurfaces() [4/5]

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

Definition at line 74 of file control_surfaces.pb.h.

◆ ControlSurfaces() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_led_switch_on()

void jaiabot::protobuf::ControlSurfaces::clear_led_switch_on ( )
inline

Definition at line 461 of file control_surfaces.pb.h.

◆ clear_motor()

void jaiabot::protobuf::ControlSurfaces::clear_motor ( )
inline

Definition at line 321 of file control_surfaces.pb.h.

◆ clear_port_elevator()

void jaiabot::protobuf::ControlSurfaces::clear_port_elevator ( )
inline

Definition at line 349 of file control_surfaces.pb.h.

◆ clear_rudder()

void jaiabot::protobuf::ControlSurfaces::clear_rudder ( )
inline

Definition at line 405 of file control_surfaces.pb.h.

◆ clear_stbd_elevator()

void jaiabot::protobuf::ControlSurfaces::clear_stbd_elevator ( )
inline

Definition at line 377 of file control_surfaces.pb.h.

◆ clear_timeout()

void jaiabot::protobuf::ControlSurfaces::clear_timeout ( )
inline

Definition at line 433 of file control_surfaces.pb.h.

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

Definition at line 104 of file control_surfaces.pb.h.

◆ GetCachedSize()

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

Definition at line 166 of file control_surfaces.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 107 of file control_surfaces.pb.h.

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 110 of file control_surfaces.pb.h.

◆ has_led_switch_on()

bool jaiabot::protobuf::ControlSurfaces::has_led_switch_on ( ) const
inline

Definition at line 458 of file control_surfaces.pb.h.

◆ has_motor()

bool jaiabot::protobuf::ControlSurfaces::has_motor ( ) const
inline

Definition at line 318 of file control_surfaces.pb.h.

◆ has_port_elevator()

bool jaiabot::protobuf::ControlSurfaces::has_port_elevator ( ) const
inline

Definition at line 346 of file control_surfaces.pb.h.

◆ has_rudder()

bool jaiabot::protobuf::ControlSurfaces::has_rudder ( ) const
inline

Definition at line 402 of file control_surfaces.pb.h.

◆ has_stbd_elevator()

bool jaiabot::protobuf::ControlSurfaces::has_stbd_elevator ( ) const
inline

Definition at line 374 of file control_surfaces.pb.h.

◆ has_timeout()

bool jaiabot::protobuf::ControlSurfaces::has_timeout ( ) const
inline

Definition at line 430 of file control_surfaces.pb.h.

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ led_switch_on()

bool jaiabot::protobuf::ControlSurfaces::led_switch_on ( ) const
inline

Definition at line 468 of file control_surfaces.pb.h.

◆ MergeFrom()

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

Definition at line 153 of file control_surfaces.pb.h.

◆ motor()

int32_t jaiabot::protobuf::ControlSurfaces::motor ( ) const
inline

Definition at line 328 of file control_surfaces.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 100 of file control_surfaces.pb.h.

◆ New()

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

Definition at line 147 of file control_surfaces.pb.h.

◆ operator=() [1/2]

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

Definition at line 79 of file control_surfaces.pb.h.

◆ operator=() [2/2]

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

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

◆ port_elevator()

int32_t jaiabot::protobuf::ControlSurfaces::port_elevator ( ) const
inline

Definition at line 356 of file control_surfaces.pb.h.

◆ rudder()

int32_t jaiabot::protobuf::ControlSurfaces::rudder ( ) const
inline

Definition at line 412 of file control_surfaces.pb.h.

◆ set_led_switch_on()

void jaiabot::protobuf::ControlSurfaces::set_led_switch_on ( bool  value)
inline

Definition at line 476 of file control_surfaces.pb.h.

◆ set_motor()

void jaiabot::protobuf::ControlSurfaces::set_motor ( int32_t  value)
inline

Definition at line 336 of file control_surfaces.pb.h.

◆ set_port_elevator()

void jaiabot::protobuf::ControlSurfaces::set_port_elevator ( int32_t  value)
inline

Definition at line 364 of file control_surfaces.pb.h.

◆ set_rudder()

void jaiabot::protobuf::ControlSurfaces::set_rudder ( int32_t  value)
inline

Definition at line 420 of file control_surfaces.pb.h.

◆ set_stbd_elevator()

void jaiabot::protobuf::ControlSurfaces::set_stbd_elevator ( int32_t  value)
inline

Definition at line 392 of file control_surfaces.pb.h.

◆ set_timeout()

void jaiabot::protobuf::ControlSurfaces::set_timeout ( int32_t  value)
inline

Definition at line 448 of file control_surfaces.pb.h.

◆ stbd_elevator()

int32_t jaiabot::protobuf::ControlSurfaces::stbd_elevator ( ) const
inline

Definition at line 384 of file control_surfaces.pb.h.

◆ Swap()

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

Definition at line 126 of file control_surfaces.pb.h.

◆ timeout()

int32_t jaiabot::protobuf::ControlSurfaces::timeout ( ) const
inline

Definition at line 440 of file control_surfaces.pb.h.

◆ unknown_fields()

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

Definition at line 97 of file control_surfaces.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 139 of file control_surfaces.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 286 of file control_surfaces.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fcontrol_5fsurfaces_2eproto

◆ swap

void swap ( ControlSurfaces a,
ControlSurfaces b 
)
friend

Definition at line 123 of file control_surfaces.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::ControlSurfaces::_class_data_
static

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

◆ _impl_

Impl_ jaiabot::protobuf::ControlSurfaces::_impl_

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

◆ kIndexInFileMessages

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

Definition at line 120 of file control_surfaces.pb.h.


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