Goby3 3.1.5a
2024.05.23
Loading...
Searching...
No Matches
goby::acomms::protobuf::RouteCommand Class Referencefinal

#include <goby/acomms/protobuf/route.pb.h>

Inheritance diagram for goby::acomms::protobuf::RouteCommand:

Public Types

enum  : int { kNewRouteFieldNumber = 4 , kSrcFieldNumber = 1 , kDestFieldNumber = 2 , kTimeFieldNumber = 3 }
 
enum  DCCLParameters { DCCL_ID = 514 , DCCL_MAX_BYTES = 64 }
 
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type 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

 RouteCommand ()
 
 ~RouteCommand () override
 
PROTOBUF_CONSTEXPR RouteCommand (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 RouteCommand (const RouteCommand &from)
 
 RouteCommand (RouteCommand &&from) noexcept
 
RouteCommandoperator= (const RouteCommand &from)
 
RouteCommandoperator= (RouteCommand &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RouteCommand *other)
 
void UnsafeArenaSwap (RouteCommand *other)
 
RouteCommandNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const RouteCommand &from)
 
void MergeFrom (const RouteCommand &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_new_route () const
 
void clear_new_route ()
 
const ::goby::acomms::protobuf::StaticRoutenew_route () const
 
PROTOBUF_NODISCARD::goby::acomms::protobuf::StaticRoute * release_new_route ()
 
::goby::acomms::protobuf::StaticRoutemutable_new_route ()
 
void set_allocated_new_route (::goby::acomms::protobuf::StaticRoute *new_route)
 
void unsafe_arena_set_allocated_new_route (::goby::acomms::protobuf::StaticRoute *new_route)
 
::goby::acomms::protobuf::StaticRouteunsafe_arena_release_new_route ()
 
bool has_src () const
 
void clear_src ()
 
int32_t src () const
 
void set_src (int32_t value)
 
bool has_dest () const
 
void clear_dest ()
 
int32_t dest () const
 
void set_dest (int32_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 RouteCommanddefault_instance ()
 
static const RouteCommandinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 444 of file route.pb.h.

Member Typedef Documentation

◆ time_dimension

typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::acomms::protobuf::RouteCommand::time_dimension

Definition at line 635 of file route.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 goby::acomms::protobuf::RouteCommand::time_unit

Definition at line 637 of file route.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNewRouteFieldNumber 
kSrcFieldNumber 
kDestFieldNumber 
kTimeFieldNumber 

Definition at line 571 of file route.pb.h.

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

Definition at line 634 of file route.pb.h.

Constructor & Destructor Documentation

◆ RouteCommand() [1/5]

goby::acomms::protobuf::RouteCommand::RouteCommand ( )
inline

Definition at line 447 of file route.pb.h.

◆ ~RouteCommand()

goby::acomms::protobuf::RouteCommand::~RouteCommand ( )
override

◆ RouteCommand() [2/5]

PROTOBUF_CONSTEXPR goby::acomms::protobuf::RouteCommand::RouteCommand ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ RouteCommand() [3/5]

goby::acomms::protobuf::RouteCommand::RouteCommand ( const RouteCommand from)

◆ RouteCommand() [4/5]

goby::acomms::protobuf::RouteCommand::RouteCommand ( RouteCommand &&  from)
inlinenoexcept

Definition at line 452 of file route.pb.h.

◆ RouteCommand() [5/5]

goby::acomms::protobuf::RouteCommand::RouteCommand ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::acomms::protobuf::RouteCommand::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * goby::acomms::protobuf::RouteCommand::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t goby::acomms::protobuf::RouteCommand::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::protobuf::RouteCommand::Clear ( )
final

◆ clear_dest()

void goby::acomms::protobuf::RouteCommand::clear_dest ( )
inline

Definition at line 916 of file route.pb.h.

◆ clear_new_route()

void goby::acomms::protobuf::RouteCommand::clear_new_route ( )
inline

Definition at line 973 of file route.pb.h.

◆ clear_src()

void goby::acomms::protobuf::RouteCommand::clear_src ( )
inline

Definition at line 888 of file route.pb.h.

◆ clear_time()

void goby::acomms::protobuf::RouteCommand::clear_time ( )
inline

Definition at line 944 of file route.pb.h.

◆ CopyFrom()

void goby::acomms::protobuf::RouteCommand::CopyFrom ( const RouteCommand from)

◆ default_instance()

static const RouteCommand & goby::acomms::protobuf::RouteCommand::default_instance ( )
inlinestatic

Definition at line 491 of file route.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::protobuf::RouteCommand::descriptor ( )
inlinestatic

Definition at line 482 of file route.pb.h.

◆ dest()

int32_t goby::acomms::protobuf::RouteCommand::dest ( ) const
inline

Definition at line 923 of file route.pb.h.

◆ GetCachedSize()

int goby::acomms::protobuf::RouteCommand::GetCachedSize ( ) const
inlinefinal

Definition at line 544 of file route.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::acomms::protobuf::RouteCommand::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::protobuf::RouteCommand::GetDescriptor ( )
inlinestatic

Definition at line 485 of file route.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::protobuf::RouteCommand::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::acomms::protobuf::RouteCommand::GetReflection ( )
inlinestatic

Definition at line 488 of file route.pb.h.

◆ has_dest()

bool goby::acomms::protobuf::RouteCommand::has_dest ( ) const
inline

Definition at line 913 of file route.pb.h.

◆ has_new_route()

bool goby::acomms::protobuf::RouteCommand::has_new_route ( ) const
inline

Definition at line 970 of file route.pb.h.

◆ has_src()

bool goby::acomms::protobuf::RouteCommand::has_src ( ) const
inline

Definition at line 885 of file route.pb.h.

◆ has_time()

bool goby::acomms::protobuf::RouteCommand::has_time ( ) const
inline

Definition at line 941 of file route.pb.h.

◆ internal_default_instance()

static const RouteCommand * goby::acomms::protobuf::RouteCommand::internal_default_instance ( )
inlinestatic

Definition at line 494 of file route.pb.h.

◆ IsInitialized()

bool goby::acomms::protobuf::RouteCommand::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::acomms::protobuf::RouteCommand::MergeFrom ( const RouteCommand from)
inline

Definition at line 531 of file route.pb.h.

◆ mutable_new_route()

goby::acomms::protobuf::StaticRoute * goby::acomms::protobuf::RouteCommand::mutable_new_route ( )
inline

Definition at line 1029 of file route.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::acomms::protobuf::RouteCommand::mutable_unknown_fields ( )
inline

Definition at line 478 of file route.pb.h.

◆ New()

RouteCommand * goby::acomms::protobuf::RouteCommand::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 525 of file route.pb.h.

◆ new_route()

const ::goby::acomms::protobuf::StaticRoute & goby::acomms::protobuf::RouteCommand::new_route ( ) const
inline

Definition at line 982 of file route.pb.h.

◆ operator=() [1/2]

RouteCommand & goby::acomms::protobuf::RouteCommand::operator= ( const RouteCommand from)
inline

Definition at line 457 of file route.pb.h.

◆ operator=() [2/2]

RouteCommand & goby::acomms::protobuf::RouteCommand::operator= ( RouteCommand &&  from)
inlinenoexcept

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

◆ release_new_route()

goby::acomms::protobuf::StaticRoute * goby::acomms::protobuf::RouteCommand::release_new_route ( )
inline

Definition at line 999 of file route.pb.h.

◆ set_allocated_new_route()

void goby::acomms::protobuf::RouteCommand::set_allocated_new_route ( ::goby::acomms::protobuf::StaticRoute new_route)
inline

Definition at line 1034 of file route.pb.h.

◆ set_dest()

void goby::acomms::protobuf::RouteCommand::set_dest ( int32_t  value)
inline

Definition at line 931 of file route.pb.h.

◆ set_src()

void goby::acomms::protobuf::RouteCommand::set_src ( int32_t  value)
inline

Definition at line 903 of file route.pb.h.

◆ set_time()

void goby::acomms::protobuf::RouteCommand::set_time ( uint64_t  value)
inline

Definition at line 959 of file route.pb.h.

◆ set_time_with_units()

template<typename Quantity >
void goby::acomms::protobuf::RouteCommand::set_time_with_units ( Quantity  value_w_units)
inline

Definition at line 640 of file route.pb.h.

◆ src()

int32_t goby::acomms::protobuf::RouteCommand::src ( ) const
inline

Definition at line 895 of file route.pb.h.

◆ Swap()

void goby::acomms::protobuf::RouteCommand::Swap ( RouteCommand other)
inline

Definition at line 504 of file route.pb.h.

◆ time()

uint64_t goby::acomms::protobuf::RouteCommand::time ( ) const
inline

Definition at line 951 of file route.pb.h.

◆ time_with_units() [1/2]

template<typename Quantity >
Quantity goby::acomms::protobuf::RouteCommand::time_with_units ( ) const
inline

Definition at line 644 of file route.pb.h.

◆ time_with_units() [2/2]

boost::units::quantity< time_unit, google::protobuf::uint64 > goby::acomms::protobuf::RouteCommand::time_with_units ( ) const
inline

Definition at line 647 of file route.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::acomms::protobuf::RouteCommand::unknown_fields ( ) const
inline

Definition at line 475 of file route.pb.h.

◆ unsafe_arena_release_new_route()

goby::acomms::protobuf::StaticRoute * goby::acomms::protobuf::RouteCommand::unsafe_arena_release_new_route ( )
inline

Definition at line 1014 of file route.pb.h.

◆ unsafe_arena_set_allocated_new_route()

void goby::acomms::protobuf::RouteCommand::unsafe_arena_set_allocated_new_route ( ::goby::acomms::protobuf::StaticRoute new_route)
inline

Definition at line 986 of file route.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::protobuf::RouteCommand::UnsafeArenaSwap ( RouteCommand other)
inline

Definition at line 517 of file route.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 654 of file route.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 553 of file route.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2froute_2eproto

◆ swap

void swap ( RouteCommand a,
RouteCommand b 
)
friend

Definition at line 501 of file route.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::acomms::protobuf::RouteCommand::_class_data_
static

Definition at line 562 of file route.pb.h.

◆ _impl_

Impl_ goby::acomms::protobuf::RouteCommand::_impl_

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

◆ kIndexInFileMessages

constexpr int goby::acomms::protobuf::RouteCommand::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

Definition at line 498 of file route.pb.h.


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