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

#include <nanopb/jaiabot/messages/feather.pb.h>

Inheritance diagram for jaiabot::protobuf::LoRaMessage_ControlSurfaces:
Collaboration diagram for jaiabot::protobuf::LoRaMessage_ControlSurfaces:

Public Types

enum  : int { kMotorFieldNumber = 1 , kPortElevatorFieldNumber = 2 , kStbdElevatorFieldNumber = 3 , kRudderFieldNumber = 4 }
 

Public Member Functions

 LoRaMessage_ControlSurfaces ()
 
 ~LoRaMessage_ControlSurfaces () override
 
PROTOBUF_CONSTEXPR LoRaMessage_ControlSurfaces (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 LoRaMessage_ControlSurfaces (const LoRaMessage_ControlSurfaces &from)
 
 LoRaMessage_ControlSurfaces (LoRaMessage_ControlSurfaces &&from) noexcept
 
LoRaMessage_ControlSurfacesoperator= (const LoRaMessage_ControlSurfaces &from)
 
LoRaMessage_ControlSurfacesoperator= (LoRaMessage_ControlSurfaces &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LoRaMessage_ControlSurfaces *other)
 
void UnsafeArenaSwap (LoRaMessage_ControlSurfaces *other)
 
LoRaMessage_ControlSurfacesNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const LoRaMessage_ControlSurfaces &from)
 
void MergeFrom (const LoRaMessage_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)
 

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 LoRaMessage_ControlSurfacesdefault_instance ()
 
static const LoRaMessage_ControlSurfacesinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 LoRaMessage_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_2ffeather_2eproto
 
void swap (LoRaMessage_ControlSurfaces &a, LoRaMessage_ControlSurfaces &b)
 

Detailed Description

Definition at line 127 of file feather.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMotorFieldNumber 
kPortElevatorFieldNumber 
kStbdElevatorFieldNumber 
kRudderFieldNumber 

Definition at line 254 of file feather.pb.h.

Constructor & Destructor Documentation

◆ LoRaMessage_ControlSurfaces() [1/5]

jaiabot::protobuf::LoRaMessage_ControlSurfaces::LoRaMessage_ControlSurfaces ( )
inline

Definition at line 130 of file feather.pb.h.

◆ ~LoRaMessage_ControlSurfaces()

jaiabot::protobuf::LoRaMessage_ControlSurfaces::~LoRaMessage_ControlSurfaces ( )
override

◆ LoRaMessage_ControlSurfaces() [2/5]

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

◆ LoRaMessage_ControlSurfaces() [3/5]

jaiabot::protobuf::LoRaMessage_ControlSurfaces::LoRaMessage_ControlSurfaces ( const LoRaMessage_ControlSurfaces from)

◆ LoRaMessage_ControlSurfaces() [4/5]

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

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

◆ LoRaMessage_ControlSurfaces() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_motor()

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

Definition at line 755 of file feather.pb.h.

◆ clear_port_elevator()

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

Definition at line 783 of file feather.pb.h.

◆ clear_rudder()

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

Definition at line 839 of file feather.pb.h.

◆ clear_stbd_elevator()

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

Definition at line 811 of file feather.pb.h.

◆ CopyFrom()

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

◆ default_instance()

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

Definition at line 174 of file feather.pb.h.

◆ descriptor()

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

Definition at line 165 of file feather.pb.h.

◆ GetCachedSize()

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

Definition at line 227 of file feather.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 168 of file feather.pb.h.

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 171 of file feather.pb.h.

◆ has_motor()

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

Definition at line 752 of file feather.pb.h.

◆ has_port_elevator()

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

Definition at line 780 of file feather.pb.h.

◆ has_rudder()

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

Definition at line 836 of file feather.pb.h.

◆ has_stbd_elevator()

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

Definition at line 808 of file feather.pb.h.

◆ internal_default_instance()

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

Definition at line 177 of file feather.pb.h.

◆ IsInitialized()

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

◆ MergeFrom()

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

Definition at line 214 of file feather.pb.h.

◆ motor()

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

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

◆ mutable_unknown_fields()

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

Definition at line 161 of file feather.pb.h.

◆ New()

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

Definition at line 208 of file feather.pb.h.

◆ operator=() [1/2]

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

Definition at line 140 of file feather.pb.h.

◆ operator=() [2/2]

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

Definition at line 144 of file feather.pb.h.

◆ port_elevator()

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

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

◆ rudder()

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

Definition at line 846 of file feather.pb.h.

◆ set_motor()

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

Definition at line 770 of file feather.pb.h.

◆ set_port_elevator()

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

Definition at line 798 of file feather.pb.h.

◆ set_rudder()

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

Definition at line 854 of file feather.pb.h.

◆ set_stbd_elevator()

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

Definition at line 826 of file feather.pb.h.

◆ stbd_elevator()

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

Definition at line 818 of file feather.pb.h.

◆ Swap()

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

Definition at line 187 of file feather.pb.h.

◆ unknown_fields()

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

Definition at line 158 of file feather.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 200 of file feather.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 319 of file feather.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 236 of file feather.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2ffeather_2eproto

Definition at line 331 of file feather.pb.h.

◆ swap

void swap ( LoRaMessage_ControlSurfaces a,
LoRaMessage_ControlSurfaces b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::LoRaMessage_ControlSurfaces::_class_data_
static

Definition at line 245 of file feather.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::LoRaMessage_ControlSurfaces::_impl_

Definition at line 330 of file feather.pb.h.

◆ kIndexInFileMessages

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

Definition at line 181 of file feather.pb.h.


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