Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::moos::protobuf::TranslatorEntry_Trigger Class Referencefinal

#include <goby/moos/protobuf/translator.pb.h>

Inheritance diagram for goby::moos::protobuf::TranslatorEntry_Trigger:

Public Types

enum  : int { kMoosVarFieldNumber = 2 , kMandatoryContentFieldNumber = 4 , kPeriodFieldNumber = 3 , kTypeFieldNumber = 1 }
typedef TranslatorEntry_Trigger_Type Type

Public Member Functions

 TranslatorEntry_Trigger ()
 ~TranslatorEntry_Trigger () override
PROTOBUF_CONSTEXPR TranslatorEntry_Trigger (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 TranslatorEntry_Trigger (const TranslatorEntry_Trigger &from)
 TranslatorEntry_Trigger (TranslatorEntry_Trigger &&from) noexcept
TranslatorEntry_Triggeroperator= (const TranslatorEntry_Trigger &from)
TranslatorEntry_Triggeroperator= (TranslatorEntry_Trigger &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (TranslatorEntry_Trigger *other)
void UnsafeArenaSwap (TranslatorEntry_Trigger *other)
TranslatorEntry_TriggerNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const TranslatorEntry_Trigger &from)
void MergeFrom (const TranslatorEntry_Trigger &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_moos_var () const
void clear_moos_var ()
const std::string & moos_var () const
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_moos_var (ArgT0 &&arg0, ArgT... args)
std::string * mutable_moos_var ()
PROTOBUF_NODISCARD std::string * release_moos_var ()
void set_allocated_moos_var (std::string *moos_var)
bool has_mandatory_content () const
void clear_mandatory_content ()
const std::string & mandatory_content () const
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_mandatory_content (ArgT0 &&arg0, ArgT... args)
std::string * mutable_mandatory_content ()
PROTOBUF_NODISCARD std::string * release_mandatory_content ()
void set_allocated_mandatory_content (std::string *mandatory_content)
bool has_period () const
void clear_period ()
uint32_t period () const
void set_period (uint32_t value)
bool has_type () const
void clear_type ()
::goby::moos::protobuf::TranslatorEntry_Trigger_Type type () const
void set_type (::goby::moos::protobuf::TranslatorEntry_Trigger_Type value)
template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_moos_var (ArgT0 &&arg0, ArgT... args)
template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_mandatory_content (ArgT0 &&arg0, ArgT... args)

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 TranslatorEntry_Triggerdefault_instance ()
static const TranslatorEntry_Triggerinternal_default_instance ()
static bool Type_IsValid (int value)
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Type_descriptor ()
template<typename T>
static const std::string & Type_Name (T enum_t_value)
static bool Type_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Type *value)

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_
static constexpr Type TRIGGER_PUBLISH
static constexpr Type TRIGGER_TIME
static constexpr Type Type_MIN
static constexpr Type Type_MAX
static constexpr int Type_ARRAYSIZE

Protected Member Functions

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

Detailed Description

Definition at line 143 of file translator.pb.h.

Member Typedef Documentation

◆ Type

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMoosVarFieldNumber 
kMandatoryContentFieldNumber 
kPeriodFieldNumber 
kTypeFieldNumber 

Definition at line 300 of file translator.pb.h.

Constructor & Destructor Documentation

◆ TranslatorEntry_Trigger() [1/5]

goby::moos::protobuf::TranslatorEntry_Trigger::TranslatorEntry_Trigger ( )
inline

Definition at line 146 of file translator.pb.h.

◆ ~TranslatorEntry_Trigger()

goby::moos::protobuf::TranslatorEntry_Trigger::~TranslatorEntry_Trigger ( )
override

◆ TranslatorEntry_Trigger() [2/5]

PROTOBUF_CONSTEXPR goby::moos::protobuf::TranslatorEntry_Trigger::TranslatorEntry_Trigger ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ TranslatorEntry_Trigger() [3/5]

goby::moos::protobuf::TranslatorEntry_Trigger::TranslatorEntry_Trigger ( const TranslatorEntry_Trigger & from)

◆ TranslatorEntry_Trigger() [4/5]

goby::moos::protobuf::TranslatorEntry_Trigger::TranslatorEntry_Trigger ( TranslatorEntry_Trigger && from)
inlinenoexcept

Definition at line 151 of file translator.pb.h.

◆ TranslatorEntry_Trigger() [5/5]

goby::moos::protobuf::TranslatorEntry_Trigger::TranslatorEntry_Trigger ( ::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned = false )
explicitprotected

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t goby::moos::protobuf::TranslatorEntry_Trigger::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::moos::protobuf::TranslatorEntry_Trigger::Clear ( )
final

◆ clear_mandatory_content()

void goby::moos::protobuf::TranslatorEntry_Trigger::clear_mandatory_content ( )
inline

Definition at line 1707 of file translator.pb.h.

◆ clear_moos_var()

void goby::moos::protobuf::TranslatorEntry_Trigger::clear_moos_var ( )
inline

Definition at line 1611 of file translator.pb.h.

◆ clear_period()

void goby::moos::protobuf::TranslatorEntry_Trigger::clear_period ( )
inline

Definition at line 1679 of file translator.pb.h.

◆ clear_type()

void goby::moos::protobuf::TranslatorEntry_Trigger::clear_type ( )
inline

Definition at line 1582 of file translator.pb.h.

◆ CopyFrom()

void goby::moos::protobuf::TranslatorEntry_Trigger::CopyFrom ( const TranslatorEntry_Trigger & from)

◆ default_instance()

const TranslatorEntry_Trigger & goby::moos::protobuf::TranslatorEntry_Trigger::default_instance ( )
inlinestatic

Definition at line 190 of file translator.pb.h.

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::moos::protobuf::TranslatorEntry_Trigger::descriptor ( )
inlinestatic

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

◆ GetCachedSize()

int goby::moos::protobuf::TranslatorEntry_Trigger::GetCachedSize ( ) const
inlinefinal

Definition at line 243 of file translator.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::moos::protobuf::TranslatorEntry_Trigger::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::moos::protobuf::TranslatorEntry_Trigger::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::moos::protobuf::TranslatorEntry_Trigger::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::moos::protobuf::TranslatorEntry_Trigger::GetReflection ( )
inlinestatic

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

◆ has_mandatory_content()

bool goby::moos::protobuf::TranslatorEntry_Trigger::has_mandatory_content ( ) const
inline

Definition at line 1704 of file translator.pb.h.

◆ has_moos_var()

bool goby::moos::protobuf::TranslatorEntry_Trigger::has_moos_var ( ) const
inline

Definition at line 1608 of file translator.pb.h.

◆ has_period()

bool goby::moos::protobuf::TranslatorEntry_Trigger::has_period ( ) const
inline

Definition at line 1676 of file translator.pb.h.

◆ has_type()

bool goby::moos::protobuf::TranslatorEntry_Trigger::has_type ( ) const
inline

Definition at line 1579 of file translator.pb.h.

◆ internal_default_instance()

const TranslatorEntry_Trigger * goby::moos::protobuf::TranslatorEntry_Trigger::internal_default_instance ( )
inlinestatic

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

◆ IsInitialized()

bool goby::moos::protobuf::TranslatorEntry_Trigger::IsInitialized ( ) const
final

◆ mandatory_content()

const std::string & goby::moos::protobuf::TranslatorEntry_Trigger::mandatory_content ( ) const
inline

Definition at line 1711 of file translator.pb.h.

◆ MergeFrom()

void goby::moos::protobuf::TranslatorEntry_Trigger::MergeFrom ( const TranslatorEntry_Trigger & from)
inline

Definition at line 230 of file translator.pb.h.

◆ moos_var()

const std::string & goby::moos::protobuf::TranslatorEntry_Trigger::moos_var ( ) const
inline

Definition at line 1615 of file translator.pb.h.

◆ mutable_mandatory_content()

std::string * goby::moos::protobuf::TranslatorEntry_Trigger::mutable_mandatory_content ( )
inline

Definition at line 1722 of file translator.pb.h.

◆ mutable_moos_var()

std::string * goby::moos::protobuf::TranslatorEntry_Trigger::mutable_moos_var ( )
inline

Definition at line 1626 of file translator.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::moos::protobuf::TranslatorEntry_Trigger::mutable_unknown_fields ( )
inline

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

◆ New()

TranslatorEntry_Trigger * goby::moos::protobuf::TranslatorEntry_Trigger::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

Definition at line 224 of file translator.pb.h.

◆ operator=() [1/2]

TranslatorEntry_Trigger & goby::moos::protobuf::TranslatorEntry_Trigger::operator= ( const TranslatorEntry_Trigger & from)
inline

Definition at line 156 of file translator.pb.h.

◆ operator=() [2/2]

TranslatorEntry_Trigger & goby::moos::protobuf::TranslatorEntry_Trigger::operator= ( TranslatorEntry_Trigger && from)
inlinenoexcept

Definition at line 160 of file translator.pb.h.

◆ period()

uint32_t goby::moos::protobuf::TranslatorEntry_Trigger::period ( ) const
inline

Definition at line 1686 of file translator.pb.h.

◆ release_mandatory_content()

std::string * goby::moos::protobuf::TranslatorEntry_Trigger::release_mandatory_content ( )
inline

Definition at line 1738 of file translator.pb.h.

◆ release_moos_var()

std::string * goby::moos::protobuf::TranslatorEntry_Trigger::release_moos_var ( )
inline

Definition at line 1642 of file translator.pb.h.

◆ set_allocated_mandatory_content()

void goby::moos::protobuf::TranslatorEntry_Trigger::set_allocated_mandatory_content ( std::string * mandatory_content)
inline

Definition at line 1752 of file translator.pb.h.

◆ set_allocated_moos_var()

void goby::moos::protobuf::TranslatorEntry_Trigger::set_allocated_moos_var ( std::string * moos_var)
inline

Definition at line 1656 of file translator.pb.h.

◆ set_mandatory_content() [1/2]

template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::moos::protobuf::TranslatorEntry_Trigger::set_mandatory_content ( ArgT0 && arg0,
ArgT... args )
inline

Definition at line 1717 of file translator.pb.h.

◆ set_mandatory_content() [2/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::moos::protobuf::TranslatorEntry_Trigger::set_mandatory_content ( ArgT0 && arg0,
ArgT... args )

◆ set_moos_var() [1/2]

template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::moos::protobuf::TranslatorEntry_Trigger::set_moos_var ( ArgT0 && arg0,
ArgT... args )
inline

Definition at line 1621 of file translator.pb.h.

◆ set_moos_var() [2/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::moos::protobuf::TranslatorEntry_Trigger::set_moos_var ( ArgT0 && arg0,
ArgT... args )

◆ set_period()

void goby::moos::protobuf::TranslatorEntry_Trigger::set_period ( uint32_t value)
inline

Definition at line 1694 of file translator.pb.h.

◆ set_type()

void goby::moos::protobuf::TranslatorEntry_Trigger::set_type ( ::goby::moos::protobuf::TranslatorEntry_Trigger_Type value)
inline

Definition at line 1598 of file translator.pb.h.

◆ Swap()

void goby::moos::protobuf::TranslatorEntry_Trigger::Swap ( TranslatorEntry_Trigger * other)
inline

Definition at line 203 of file translator.pb.h.

◆ type()

goby::moos::protobuf::TranslatorEntry_Trigger_Type goby::moos::protobuf::TranslatorEntry_Trigger::type ( ) const
inline

Definition at line 1589 of file translator.pb.h.

◆ Type_descriptor()

const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::moos::protobuf::TranslatorEntry_Trigger::Type_descriptor ( )
inlinestatic

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

◆ Type_IsValid()

bool goby::moos::protobuf::TranslatorEntry_Trigger::Type_IsValid ( int value)
inlinestatic

Definition at line 273 of file translator.pb.h.

◆ Type_Name()

template<typename T>
const std::string & goby::moos::protobuf::TranslatorEntry_Trigger::Type_Name ( T enum_t_value)
inlinestatic

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

◆ Type_Parse()

bool goby::moos::protobuf::TranslatorEntry_Trigger::Type_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
Type * value )
inlinestatic

Definition at line 293 of file translator.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::moos::protobuf::TranslatorEntry_Trigger::unknown_fields ( ) const
inline

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

◆ UnsafeArenaSwap()

void goby::moos::protobuf::TranslatorEntry_Trigger::UnsafeArenaSwap ( TranslatorEntry_Trigger * other)
inline

Definition at line 216 of file translator.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 372 of file translator.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 252 of file translator.pb.h.

◆ ::TableStruct_goby_2fmoos_2fprotobuf_2ftranslator_2eproto

friend struct ::TableStruct_goby_2fmoos_2fprotobuf_2ftranslator_2eproto
friend

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

◆ swap

void swap ( TranslatorEntry_Trigger & a,
TranslatorEntry_Trigger & b )
friend

Definition at line 200 of file translator.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::moos::protobuf::TranslatorEntry_Trigger::_class_data_
static

Definition at line 261 of file translator.pb.h.

◆ _impl_

Impl_ goby::moos::protobuf::TranslatorEntry_Trigger::_impl_

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

◆ kIndexInFileMessages

int goby::moos::protobuf::TranslatorEntry_Trigger::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 197 of file translator.pb.h.

◆ TRIGGER_PUBLISH

Type goby::moos::protobuf::TranslatorEntry_Trigger::TRIGGER_PUBLISH
staticconstexpr
Initial value:

Definition at line 269 of file translator.pb.h.

◆ TRIGGER_TIME

Type goby::moos::protobuf::TranslatorEntry_Trigger::TRIGGER_TIME
staticconstexpr
Initial value:

Definition at line 271 of file translator.pb.h.

◆ Type_ARRAYSIZE

int goby::moos::protobuf::TranslatorEntry_Trigger::Type_ARRAYSIZE
staticconstexpr
Initial value:

Definition at line 280 of file translator.pb.h.

◆ Type_MAX

Type goby::moos::protobuf::TranslatorEntry_Trigger::Type_MAX
staticconstexpr
Initial value:
=
constexpr TranslatorEntry_Trigger_Type TranslatorEntry_Trigger_Type_Type_MAX

Definition at line 278 of file translator.pb.h.

◆ Type_MIN

Type goby::moos::protobuf::TranslatorEntry_Trigger::Type_MIN
staticconstexpr
Initial value:
=
constexpr TranslatorEntry_Trigger_Type TranslatorEntry_Trigger_Type_Type_MIN

Definition at line 276 of file translator.pb.h.


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