JaiaBot  1.19.0
JaiaBot micro-AUV software
jaiabot::protobuf::ControlSurfaces Class Reference

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

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

Public Member Functions

 ControlSurfaces ()
 
virtual ~ControlSurfaces ()
 
 ControlSurfaces (const ControlSurfaces &from)
 
ControlSurfacesoperator= (const ControlSurfaces &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ControlSurfaces *other)
 
ControlSurfacesNew () const final
 
ControlSurfacesNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const ControlSurfaces &from)
 
void MergeFrom (const ControlSurfaces &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_motor () const
 
void clear_motor ()
 
::google::protobuf::int32 motor () const
 
void set_motor (::google::protobuf::int32 value)
 
bool has_port_elevator () const
 
void clear_port_elevator ()
 
::google::protobuf::int32 port_elevator () const
 
void set_port_elevator (::google::protobuf::int32 value)
 
bool has_stbd_elevator () const
 
void clear_stbd_elevator ()
 
::google::protobuf::int32 stbd_elevator () const
 
void set_stbd_elevator (::google::protobuf::int32 value)
 
bool has_rudder () const
 
void clear_rudder ()
 
::google::protobuf::int32 rudder () const
 
void set_rudder (::google::protobuf::int32 value)
 
bool has_timeout () const
 
void clear_timeout ()
 
::google::protobuf::int32 timeout () const
 
void set_timeout (::google::protobuf::int32 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 ::google::protobuf::Descriptor * descriptor ()
 
static const ControlSurfacesdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const ControlSurfacesinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kMotorFieldNumber = 1
 
static const int kPortElevatorFieldNumber = 2
 
static const int kStbdElevatorFieldNumber = 3
 
static const int kRudderFieldNumber = 4
 
static const int kTimeoutFieldNumber = 5
 
static const int kLedSwitchOnFieldNumber = 6
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fcontrol_5fsurfaces_2eproto::TableStruct
 
void swap (ControlSurfaces &a, ControlSurfaces &b)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ControlSurfaces() [1/2]

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

◆ ~ControlSurfaces()

virtual jaiabot::protobuf::ControlSurfaces::~ControlSurfaces ( )
virtual

◆ ControlSurfaces() [2/2]

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

Member Function Documentation

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_led_switch_on()

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

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

◆ clear_motor()

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

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

◆ clear_port_elevator()

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

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

◆ clear_rudder()

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

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

◆ clear_stbd_elevator()

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

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

◆ clear_timeout()

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

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

◆ CopyFrom() [1/2]

void jaiabot::protobuf::ControlSurfaces::CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_led_switch_on()

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

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

◆ has_motor()

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

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

◆ has_port_elevator()

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

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

◆ has_rudder()

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

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

◆ has_stbd_elevator()

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

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

◆ has_timeout()

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

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

◆ InitAsDefaultInstance()

static void jaiabot::protobuf::ControlSurfaces::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* jaiabot::protobuf::ControlSurfaces::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

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

◆ led_switch_on()

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

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

◆ MergeFrom() [1/2]

void jaiabot::protobuf::ControlSurfaces::MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

bool jaiabot::protobuf::ControlSurfaces::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ motor()

google::protobuf::int32 jaiabot::protobuf::ControlSurfaces::motor ( ) const
inline

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

ControlSurfaces* jaiabot::protobuf::ControlSurfaces::New ( ) const
inlinefinal

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

◆ New() [2/2]

ControlSurfaces* jaiabot::protobuf::ControlSurfaces::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

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

◆ operator=()

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

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

◆ port_elevator()

google::protobuf::int32 jaiabot::protobuf::ControlSurfaces::port_elevator ( ) const
inline

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

◆ rudder()

google::protobuf::int32 jaiabot::protobuf::ControlSurfaces::rudder ( ) const
inline

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

◆ SerializeWithCachedSizes()

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

◆ set_led_switch_on()

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

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

◆ set_motor()

void jaiabot::protobuf::ControlSurfaces::set_motor ( ::google::protobuf::int32  value)
inline

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

◆ set_port_elevator()

void jaiabot::protobuf::ControlSurfaces::set_port_elevator ( ::google::protobuf::int32  value)
inline

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

◆ set_rudder()

void jaiabot::protobuf::ControlSurfaces::set_rudder ( ::google::protobuf::int32  value)
inline

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

◆ set_stbd_elevator()

void jaiabot::protobuf::ControlSurfaces::set_stbd_elevator ( ::google::protobuf::int32  value)
inline

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

◆ set_timeout()

void jaiabot::protobuf::ControlSurfaces::set_timeout ( ::google::protobuf::int32  value)
inline

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

◆ stbd_elevator()

google::protobuf::int32 jaiabot::protobuf::ControlSurfaces::stbd_elevator ( ) const
inline

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

◆ Swap()

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

◆ timeout()

google::protobuf::int32 jaiabot::protobuf::ControlSurfaces::timeout ( ) const
inline

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fcontrol_5fsurfaces_2eproto::TableStruct

◆ swap

void swap ( ControlSurfaces a,
ControlSurfaces b 
)
friend

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

Member Data Documentation

◆ kIndexInFileMessages

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

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

◆ kLedSwitchOnFieldNumber

const int jaiabot::protobuf::ControlSurfaces::kLedSwitchOnFieldNumber = 6
static

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

◆ kMotorFieldNumber

const int jaiabot::protobuf::ControlSurfaces::kMotorFieldNumber = 1
static

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

◆ kPortElevatorFieldNumber

const int jaiabot::protobuf::ControlSurfaces::kPortElevatorFieldNumber = 2
static

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

◆ kRudderFieldNumber

const int jaiabot::protobuf::ControlSurfaces::kRudderFieldNumber = 4
static

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

◆ kStbdElevatorFieldNumber

const int jaiabot::protobuf::ControlSurfaces::kStbdElevatorFieldNumber = 3
static

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

◆ kTimeoutFieldNumber

const int jaiabot::protobuf::ControlSurfaces::kTimeoutFieldNumber = 5
static

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


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