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

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

Inheritance diagram for jaiabot::protobuf::CommandForHub:
Collaboration diagram for jaiabot::protobuf::CommandForHub:

Public Types

enum  : int {
  kHubLocationFieldNumber = 80 , kTimeFieldNumber = 2 , kHubIdFieldNumber = 1 , kScanForBotIdFieldNumber = 11 ,
  kTypeFieldNumber = 10
}
 
typedef CommandForHub_HubCommandType HubCommandType
 
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

 CommandForHub ()
 
 ~CommandForHub () override
 
PROTOBUF_CONSTEXPR CommandForHub (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 CommandForHub (const CommandForHub &from)
 
 CommandForHub (CommandForHub &&from) noexcept
 
CommandForHuboperator= (const CommandForHub &from)
 
CommandForHuboperator= (CommandForHub &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (CommandForHub *other)
 
void UnsafeArenaSwap (CommandForHub *other)
 
CommandForHubNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const CommandForHub &from)
 
void MergeFrom (const CommandForHub &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_hub_location () const
 
void clear_hub_location ()
 
const ::jaiabot::protobuf::GeographicCoordinatehub_location () const
 
PROTOBUF_NODISCARD::jaiabot::protobuf::GeographicCoordinate * release_hub_location ()
 
::jaiabot::protobuf::GeographicCoordinatemutable_hub_location ()
 
void set_allocated_hub_location (::jaiabot::protobuf::GeographicCoordinate *hub_location)
 
void unsafe_arena_set_allocated_hub_location (::jaiabot::protobuf::GeographicCoordinate *hub_location)
 
::jaiabot::protobuf::GeographicCoordinateunsafe_arena_release_hub_location ()
 
bool has_time () const
 
void clear_time ()
 
uint64_t time () const
 
void set_time (uint64_t value)
 
bool has_hub_id () const
 
void clear_hub_id ()
 
uint32_t hub_id () const
 
void set_hub_id (uint32_t value)
 
bool has_scan_for_bot_id () const
 
void clear_scan_for_bot_id ()
 
uint32_t scan_for_bot_id () const
 
void set_scan_for_bot_id (uint32_t value)
 
bool has_type () const
 
void clear_type ()
 
::jaiabot::protobuf::CommandForHub_HubCommandType type () const
 
void set_type (::jaiabot::protobuf::CommandForHub_HubCommandType 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 CommandForHubdefault_instance ()
 
static const CommandForHubinternal_default_instance ()
 
static bool HubCommandType_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * HubCommandType_descriptor ()
 
template<typename T >
static const std::string & HubCommandType_Name (T enum_t_value)
 
static bool HubCommandType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, HubCommandType *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 
static constexpr HubCommandType SCAN_FOR_BOTS
 
static constexpr HubCommandType RESTART_ALL_SERVICES
 
static constexpr HubCommandType REBOOT_COMPUTER
 
static constexpr HubCommandType SHUTDOWN_COMPUTER
 
static constexpr HubCommandType SET_HUB_LOCATION
 
static constexpr HubCommandType HubCommandType_MIN
 
static constexpr HubCommandType HubCommandType_MAX
 
static constexpr int HubCommandType_ARRAYSIZE
 

Protected Member Functions

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

Detailed Description

Definition at line 607 of file jaia_dccl.pb.h.

Member Typedef Documentation

◆ HubCommandType

◆ time_dimension

typedef boost::units::time_dimension jaiabot::protobuf::CommandForHub::time_dimension

Definition at line 847 of file jaia_dccl.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::CommandForHub::time_unit

Definition at line 849 of file jaia_dccl.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHubLocationFieldNumber 
kTimeFieldNumber 
kHubIdFieldNumber 
kScanForBotIdFieldNumber 
kTypeFieldNumber 

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

Constructor & Destructor Documentation

◆ CommandForHub() [1/5]

jaiabot::protobuf::CommandForHub::CommandForHub ( )
inline

Definition at line 610 of file jaia_dccl.pb.h.

◆ ~CommandForHub()

jaiabot::protobuf::CommandForHub::~CommandForHub ( )
override

◆ CommandForHub() [2/5]

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

◆ CommandForHub() [3/5]

jaiabot::protobuf::CommandForHub::CommandForHub ( const CommandForHub from)

◆ CommandForHub() [4/5]

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

Definition at line 615 of file jaia_dccl.pb.h.

◆ CommandForHub() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_hub_id()

void jaiabot::protobuf::CommandForHub::clear_hub_id ( )
inline

Definition at line 4072 of file jaia_dccl.pb.h.

◆ clear_hub_location()

void jaiabot::protobuf::CommandForHub::clear_hub_location ( )

◆ clear_scan_for_bot_id()

void jaiabot::protobuf::CommandForHub::clear_scan_for_bot_id ( )
inline

Definition at line 4157 of file jaia_dccl.pb.h.

◆ clear_time()

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

Definition at line 4100 of file jaia_dccl.pb.h.

◆ clear_type()

void jaiabot::protobuf::CommandForHub::clear_type ( )
inline

Definition at line 4128 of file jaia_dccl.pb.h.

◆ CopyFrom()

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

◆ default_instance()

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

Definition at line 654 of file jaia_dccl.pb.h.

◆ descriptor()

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

Definition at line 645 of file jaia_dccl.pb.h.

◆ GetCachedSize()

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

Definition at line 707 of file jaia_dccl.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 648 of file jaia_dccl.pb.h.

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 651 of file jaia_dccl.pb.h.

◆ has_hub_id()

bool jaiabot::protobuf::CommandForHub::has_hub_id ( ) const
inline

Definition at line 4069 of file jaia_dccl.pb.h.

◆ has_hub_location()

bool jaiabot::protobuf::CommandForHub::has_hub_location ( ) const
inline

Definition at line 4183 of file jaia_dccl.pb.h.

◆ has_scan_for_bot_id()

bool jaiabot::protobuf::CommandForHub::has_scan_for_bot_id ( ) const
inline

Definition at line 4154 of file jaia_dccl.pb.h.

◆ has_time()

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

Definition at line 4097 of file jaia_dccl.pb.h.

◆ has_type()

bool jaiabot::protobuf::CommandForHub::has_type ( ) const
inline

Definition at line 4125 of file jaia_dccl.pb.h.

◆ hub_id()

uint32_t jaiabot::protobuf::CommandForHub::hub_id ( ) const
inline

Definition at line 4079 of file jaia_dccl.pb.h.

◆ hub_location()

const ::jaiabot::protobuf::GeographicCoordinate & jaiabot::protobuf::CommandForHub::hub_location ( ) const
inline

Definition at line 4191 of file jaia_dccl.pb.h.

◆ HubCommandType_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * jaiabot::protobuf::CommandForHub::HubCommandType_descriptor ( )
inlinestatic

Definition at line 753 of file jaia_dccl.pb.h.

◆ HubCommandType_IsValid()

static bool jaiabot::protobuf::CommandForHub::HubCommandType_IsValid ( int  value)
inlinestatic

Definition at line 743 of file jaia_dccl.pb.h.

◆ HubCommandType_Name()

template<typename T >
static const std::string & jaiabot::protobuf::CommandForHub::HubCommandType_Name ( enum_t_value)
inlinestatic

Definition at line 757 of file jaia_dccl.pb.h.

◆ HubCommandType_Parse()

static bool jaiabot::protobuf::CommandForHub::HubCommandType_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
HubCommandType value 
)
inlinestatic

Definition at line 763 of file jaia_dccl.pb.h.

◆ internal_default_instance()

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

Definition at line 657 of file jaia_dccl.pb.h.

◆ IsInitialized()

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

◆ MergeFrom()

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

Definition at line 694 of file jaia_dccl.pb.h.

◆ mutable_hub_location()

jaiabot::protobuf::GeographicCoordinate * jaiabot::protobuf::CommandForHub::mutable_hub_location ( )
inline

Definition at line 4238 of file jaia_dccl.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 641 of file jaia_dccl.pb.h.

◆ New()

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

Definition at line 688 of file jaia_dccl.pb.h.

◆ operator=() [1/2]

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

Definition at line 624 of file jaia_dccl.pb.h.

◆ operator=() [2/2]

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

Definition at line 620 of file jaia_dccl.pb.h.

◆ release_hub_location()

jaiabot::protobuf::GeographicCoordinate * jaiabot::protobuf::CommandForHub::release_hub_location ( )
inline

Definition at line 4208 of file jaia_dccl.pb.h.

◆ scan_for_bot_id()

uint32_t jaiabot::protobuf::CommandForHub::scan_for_bot_id ( ) const
inline

Definition at line 4164 of file jaia_dccl.pb.h.

◆ set_allocated_hub_location()

void jaiabot::protobuf::CommandForHub::set_allocated_hub_location ( ::jaiabot::protobuf::GeographicCoordinate hub_location)
inline

Definition at line 4243 of file jaia_dccl.pb.h.

◆ set_hub_id()

void jaiabot::protobuf::CommandForHub::set_hub_id ( uint32_t  value)
inline

Definition at line 4087 of file jaia_dccl.pb.h.

◆ set_scan_for_bot_id()

void jaiabot::protobuf::CommandForHub::set_scan_for_bot_id ( uint32_t  value)
inline

Definition at line 4172 of file jaia_dccl.pb.h.

◆ set_time()

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

Definition at line 4115 of file jaia_dccl.pb.h.

◆ set_time_with_units()

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

Definition at line 852 of file jaia_dccl.pb.h.

◆ set_type()

void jaiabot::protobuf::CommandForHub::set_type ( ::jaiabot::protobuf::CommandForHub_HubCommandType  value)
inline

Definition at line 4144 of file jaia_dccl.pb.h.

◆ Swap()

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

Definition at line 667 of file jaia_dccl.pb.h.

◆ time()

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

Definition at line 4107 of file jaia_dccl.pb.h.

◆ time_with_units() [1/2]

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

Definition at line 856 of file jaia_dccl.pb.h.

◆ time_with_units() [2/2]

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

Definition at line 859 of file jaia_dccl.pb.h.

◆ type()

jaiabot::protobuf::CommandForHub_HubCommandType jaiabot::protobuf::CommandForHub::type ( ) const
inline

Definition at line 4135 of file jaia_dccl.pb.h.

◆ unknown_fields()

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

Definition at line 638 of file jaia_dccl.pb.h.

◆ unsafe_arena_release_hub_location()

jaiabot::protobuf::GeographicCoordinate * jaiabot::protobuf::CommandForHub::unsafe_arena_release_hub_location ( )
inline

Definition at line 4223 of file jaia_dccl.pb.h.

◆ unsafe_arena_set_allocated_hub_location()

void jaiabot::protobuf::CommandForHub::unsafe_arena_set_allocated_hub_location ( ::jaiabot::protobuf::GeographicCoordinate hub_location)
inline

Definition at line 4195 of file jaia_dccl.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 680 of file jaia_dccl.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 869 of file jaia_dccl.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 716 of file jaia_dccl.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fjaia_5fdccl_2eproto

Definition at line 882 of file jaia_dccl.pb.h.

◆ swap

void swap ( CommandForHub a,
CommandForHub b 
)
friend

Definition at line 664 of file jaia_dccl.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::CommandForHub::_class_data_
static

Definition at line 725 of file jaia_dccl.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::CommandForHub::_impl_

Definition at line 881 of file jaia_dccl.pb.h.

◆ HubCommandType_ARRAYSIZE

constexpr int jaiabot::protobuf::CommandForHub::HubCommandType_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ HubCommandType_MAX

constexpr HubCommandType jaiabot::protobuf::CommandForHub::HubCommandType_MAX
staticconstexpr
Initial value:
=
constexpr CommandForHub_HubCommandType CommandForHub_HubCommandType_HubCommandType_MAX

Definition at line 748 of file jaia_dccl.pb.h.

◆ HubCommandType_MIN

constexpr HubCommandType jaiabot::protobuf::CommandForHub::HubCommandType_MIN
staticconstexpr
Initial value:
=
constexpr CommandForHub_HubCommandType CommandForHub_HubCommandType_HubCommandType_MIN

Definition at line 746 of file jaia_dccl.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::CommandForHub::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 661 of file jaia_dccl.pb.h.

◆ REBOOT_COMPUTER

constexpr HubCommandType jaiabot::protobuf::CommandForHub::REBOOT_COMPUTER
staticconstexpr
Initial value:

Definition at line 737 of file jaia_dccl.pb.h.

◆ RESTART_ALL_SERVICES

constexpr HubCommandType jaiabot::protobuf::CommandForHub::RESTART_ALL_SERVICES
staticconstexpr
Initial value:

Definition at line 735 of file jaia_dccl.pb.h.

◆ SCAN_FOR_BOTS

constexpr HubCommandType jaiabot::protobuf::CommandForHub::SCAN_FOR_BOTS
staticconstexpr
Initial value:

Definition at line 733 of file jaia_dccl.pb.h.

◆ SET_HUB_LOCATION

constexpr HubCommandType jaiabot::protobuf::CommandForHub::SET_HUB_LOCATION
staticconstexpr
Initial value:

Definition at line 741 of file jaia_dccl.pb.h.

◆ SHUTDOWN_COMPUTER

constexpr HubCommandType jaiabot::protobuf::CommandForHub::SHUTDOWN_COMPUTER
staticconstexpr
Initial value:

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


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