MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | Friends
rti1516_2025::fedpro::FederationSynchronized Class Referencefinal
+ Inheritance diagram for rti1516_2025::fedpro::FederationSynchronized:
+ Collaboration diagram for rti1516_2025::fedpro::FederationSynchronized:

Public Types

enum  : int { kSynchronizationPointLabelFieldNumber = 1, kFailedToSyncSetFieldNumber = 2 }
 

Public Member Functions

 FederationSynchronized ()
 
 ~FederationSynchronized () override
 
constexpr FederationSynchronized (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 FederationSynchronized (const FederationSynchronized &from)
 
 FederationSynchronized (FederationSynchronized &&from) noexcept
 
FederationSynchronizedoperator= (const FederationSynchronized &from)
 
FederationSynchronizedoperator= (FederationSynchronized &&from) noexcept
 
void Swap (FederationSynchronized *other)
 
void UnsafeArenaSwap (FederationSynchronized *other)
 
FederationSynchronizedNew () const final
 
FederationSynchronizedNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const FederationSynchronized &from)
 
void MergeFrom (const FederationSynchronized &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
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *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
 
void clear_synchronizationpointlabel ()
 
const std::string & synchronizationpointlabel () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_synchronizationpointlabel (ArgT0 &&arg0, ArgT...args)
 
std::string * mutable_synchronizationpointlabel ()
 
PROTOBUF_MUST_USE_RESULT
std::string * 
release_synchronizationpointlabel ()
 
void set_allocated_synchronizationpointlabel (std::string *synchronizationpointlabel)
 
bool has_failedtosyncset () const
 
void clear_failedtosyncset ()
 
const
::rti1516_2025::fedpro::FederateHandleSet
failedtosyncset () const
 
PROTOBUF_MUST_USE_RESULT::rti1516_2025::fedpro::FederateHandleSet * release_failedtosyncset ()
 
::rti1516_2025::fedpro::FederateHandleSetmutable_failedtosyncset ()
 
void set_allocated_failedtosyncset (::rti1516_2025::fedpro::FederateHandleSet *failedtosyncset)
 
void unsafe_arena_set_allocated_failedtosyncset (::rti1516_2025::fedpro::FederateHandleSet *failedtosyncset)
 
::rti1516_2025::fedpro::FederateHandleSetunsafe_arena_release_failedtosyncset ()
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_synchronizationpointlabel (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
FederationSynchronized
default_instance ()
 
static const
FederationSynchronized
internal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 FederationSynchronized (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Private Types

typedef void InternalArenaConstructable_
 
typedef void DestructorSkippable_
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const final
 
void InternalSwap (FederationSynchronized *other)
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
const std::string & _internal_synchronizationpointlabel () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_synchronizationpointlabel (const std::string &value)
 
std::string * _internal_mutable_synchronizationpointlabel ()
 
bool _internal_has_failedtosyncset () const
 
const
::rti1516_2025::fedpro::FederateHandleSet
_internal_failedtosyncset () const
 
::rti1516_2025::fedpro::FederateHandleSet_internal_mutable_failedtosyncset ()
 

Static Private Member Functions

static void MergeImpl (::PROTOBUF_NAMESPACE_ID::Message *to, const ::PROTOBUF_NAMESPACE_ID::Message &from)
 
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
static void ArenaDtor (void *object)
 

Private Attributes

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr synchronizationpointlabel_
 
::rti1516_2025::fedpro::FederateHandleSetfailedtosyncset_
 
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_FederateAmbassador_2eproto
 
void swap (FederationSynchronized &a, FederationSynchronized &b)
 

Member Typedef Documentation

Member Enumeration Documentation

anonymous enum : int
Enumerator
kSynchronizationPointLabelFieldNumber 
kFailedToSyncSetFieldNumber 

Constructor & Destructor Documentation

rti1516_2025::fedpro::FederationSynchronized::FederationSynchronized ( )
inline

Referenced by New().

rti1516_2025::fedpro::FederationSynchronized::~FederationSynchronized ( )
override
constexpr rti1516_2025::fedpro::FederationSynchronized::FederationSynchronized ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit
rti1516_2025::fedpro::FederationSynchronized::FederationSynchronized ( const FederationSynchronized from)
rti1516_2025::fedpro::FederationSynchronized::FederationSynchronized ( FederationSynchronized &&  from)
inlinenoexcept
rti1516_2025::fedpro::FederationSynchronized::FederationSynchronized ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

const ::rti1516_2025::fedpro::FederateHandleSet & rti1516_2025::fedpro::FederationSynchronized::_internal_failedtosyncset ( ) const
inlineprivate
bool rti1516_2025::fedpro::FederationSynchronized::_internal_has_failedtosyncset ( ) const
inlineprivate
rti1516_2025::fedpro::FederateHandleSet * rti1516_2025::fedpro::FederationSynchronized::_internal_mutable_failedtosyncset ( )
inlineprivate
std::string * rti1516_2025::fedpro::FederationSynchronized::_internal_mutable_synchronizationpointlabel ( )
inlineprivate
void rti1516_2025::fedpro::FederationSynchronized::_internal_set_synchronizationpointlabel ( const std::string &  value)
inlineprivate
const std::string & rti1516_2025::fedpro::FederationSynchronized::_internal_synchronizationpointlabel ( ) const
inlineprivate
const char* rti1516_2025::fedpro::FederationSynchronized::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final
::PROTOBUF_NAMESPACE_ID::uint8* rti1516_2025::fedpro::FederationSynchronized::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final
static void rti1516_2025::fedpro::FederationSynchronized::ArenaDtor ( void *  object)
staticprivate
size_t rti1516_2025::fedpro::FederationSynchronized::ByteSizeLong ( ) const
final
PROTOBUF_ATTRIBUTE_REINITIALIZES void rti1516_2025::fedpro::FederationSynchronized::Clear ( )
final
void rti1516_2025::fedpro::FederationSynchronized::clear_failedtosyncset ( )
void rti1516_2025::fedpro::FederationSynchronized::clear_synchronizationpointlabel ( )
inline
void rti1516_2025::fedpro::FederationSynchronized::CopyFrom ( const FederationSynchronized from)

Referenced by operator=().

static const FederationSynchronized& rti1516_2025::fedpro::FederationSynchronized::default_instance ( )
inlinestatic
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* rti1516_2025::fedpro::FederationSynchronized::descriptor ( )
inlinestatic

References GetDescriptor().

const ::rti1516_2025::fedpro::FederateHandleSet & rti1516_2025::fedpro::FederationSynchronized::failedtosyncset ( ) const
inline
::PROTOBUF_NAMESPACE_ID::StringPiece rti1516_2025::fedpro::FederationSynchronized::FullMessageName ( )
inlinestaticprivate
int rti1516_2025::fedpro::FederationSynchronized::GetCachedSize ( ) const
inlinefinal

References _cached_size_.

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* rti1516_2025::fedpro::FederationSynchronized::GetClassData ( ) const
final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* rti1516_2025::fedpro::FederationSynchronized::GetDescriptor ( )
inlinestatic

References default_instance(), and GetMetadata().

Referenced by descriptor().

::PROTOBUF_NAMESPACE_ID::Metadata rti1516_2025::fedpro::FederationSynchronized::GetMetadata ( ) const
final

Referenced by GetDescriptor(), and GetReflection().

static const ::PROTOBUF_NAMESPACE_ID::Reflection* rti1516_2025::fedpro::FederationSynchronized::GetReflection ( )
inlinestatic
bool rti1516_2025::fedpro::FederationSynchronized::has_failedtosyncset ( ) const
inline
static const FederationSynchronized* rti1516_2025::fedpro::FederationSynchronized::internal_default_instance ( )
inlinestatic
void rti1516_2025::fedpro::FederationSynchronized::InternalSwap ( FederationSynchronized other)
private

Referenced by operator=(), Swap(), and UnsafeArenaSwap().

bool rti1516_2025::fedpro::FederationSynchronized::IsInitialized ( ) const
final
void rti1516_2025::fedpro::FederationSynchronized::MergeFrom ( const FederationSynchronized from)
static void rti1516_2025::fedpro::FederationSynchronized::MergeImpl ( ::PROTOBUF_NAMESPACE_ID::Message *  to,
const ::PROTOBUF_NAMESPACE_ID::Message &  from 
)
staticprivate
rti1516_2025::fedpro::FederateHandleSet * rti1516_2025::fedpro::FederationSynchronized::mutable_failedtosyncset ( )
inline
std::string * rti1516_2025::fedpro::FederationSynchronized::mutable_synchronizationpointlabel ( )
inline
FederationSynchronized* rti1516_2025::fedpro::FederationSynchronized::New ( ) const
inlinefinal
FederationSynchronized* rti1516_2025::fedpro::FederationSynchronized::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal
FederationSynchronized& rti1516_2025::fedpro::FederationSynchronized::operator= ( const FederationSynchronized from)
inline

References CopyFrom().

FederationSynchronized& rti1516_2025::fedpro::FederationSynchronized::operator= ( FederationSynchronized &&  from)
inlinenoexcept

References CopyFrom(), and InternalSwap().

void rti1516_2025::fedpro::FederationSynchronized::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
inlineprivate
rti1516_2025::fedpro::FederateHandleSet * rti1516_2025::fedpro::FederationSynchronized::release_failedtosyncset ( )
inline
std::string * rti1516_2025::fedpro::FederationSynchronized::release_synchronizationpointlabel ( )
inline
void rti1516_2025::fedpro::FederationSynchronized::set_allocated_failedtosyncset ( ::rti1516_2025::fedpro::FederateHandleSet failedtosyncset)
inline
void rti1516_2025::fedpro::FederationSynchronized::set_allocated_synchronizationpointlabel ( std::string *  synchronizationpointlabel)
inline
template<typename ArgT0 = const std::string&, typename... ArgT>
void rti1516_2025::fedpro::FederationSynchronized::set_synchronizationpointlabel ( ArgT0 &&  arg0,
ArgT...  args 
)
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void rti1516_2025::fedpro::FederationSynchronized::set_synchronizationpointlabel ( ArgT0 &&  arg0,
ArgT...  args 
)
inline
void rti1516_2025::fedpro::FederationSynchronized::SetCachedSize ( int  size) const
finalprivate
void rti1516_2025::fedpro::FederationSynchronized::SharedCtor ( )
private
void rti1516_2025::fedpro::FederationSynchronized::SharedDtor ( )
private
void rti1516_2025::fedpro::FederationSynchronized::Swap ( FederationSynchronized other)
inline

References InternalSwap().

const std::string & rti1516_2025::fedpro::FederationSynchronized::synchronizationpointlabel ( ) const
inline
rti1516_2025::fedpro::FederateHandleSet * rti1516_2025::fedpro::FederationSynchronized::unsafe_arena_release_failedtosyncset ( )
inline
void rti1516_2025::fedpro::FederationSynchronized::unsafe_arena_set_allocated_failedtosyncset ( ::rti1516_2025::fedpro::FederateHandleSet failedtosyncset)
inline
void rti1516_2025::fedpro::FederationSynchronized::UnsafeArenaSwap ( FederationSynchronized other)
inline

References InternalSwap().

Friends And Related Function Documentation

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend
friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend
void swap ( FederationSynchronized a,
FederationSynchronized b 
)
friend

Member Data Documentation

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize rti1516_2025::fedpro::FederationSynchronized::_cached_size_
private

Referenced by GetCachedSize().

const ClassData rti1516_2025::fedpro::FederationSynchronized::_class_data_
static
::rti1516_2025::fedpro::FederateHandleSet* rti1516_2025::fedpro::FederationSynchronized::failedtosyncset_
private
constexpr int rti1516_2025::fedpro::FederationSynchronized::kIndexInFileMessages
static
Initial value:
=
8
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr rti1516_2025::fedpro::FederationSynchronized::synchronizationpointlabel_
private

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

Document ID: Generated on Wed Jul 8 16:20:32 EDT 2026 from SVN revision 291616
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)