8#include <Safir/Utilities/Internal/VisibilityHelpers.h>
10#ifdef safir_generated_Core_cpp_EXPORTS
11# define SAFIR_GENERATED_Core_API SAFIR_HELPER_DLL_EXPORT
13# define SAFIR_GENERATED_Core_API SAFIR_HELPER_DLL_IMPORT
14# define SAFIR_LIBRARY_NAME "safir_generated-Core-cpp"
15# include <Safir/Utilities/Internal/AutoLink.h>
17#define SAFIR_GENERATED_Core_API_LOCAL SAFIR_HELPER_DLL_LOCAL
114 {
return !(*
this == other);}
122 {
return second == first;}
125 {
return !(first == second);}
#define __WFILE__
Definition Exceptions.h:31
#define SAFIR_GENERATED_Core_API
Definition BackdoorCommand.h:18
This namespace contains all the functionality and definitions of the SAFIR SDK.
Definition Backdoor.h:31
static bool operator==(const CallbackId::Enumeration first, const CallbackId::EnumerationContainer &second)
Definition CallbackId.h:139
static bool operator!=(const CallbackId::Enumeration first, const CallbackId::EnumerationContainer &second)
Definition CallbackId.h:142
DotsC_EnumerationValue EnumerationValue
The ordinal value of an enumeration.
Definition Defs.h:270
DotsC_Int32 Int32
32 bit integer type.
Definition Defs.h:66
DotsC_TypeId TypeId
A unique type identifier.
Definition Defs.h:218
STL container for arrays of DOB-containers.
Definition ArrayContainer.h:59
bool m_bIsChanged
The variable containing the change flag.
Definition ContainerBase.h:134
Base class for containers of enumeration values.
Definition EnumerationContainerBase.h:51
bool IsNull() const override
Is the container set to null?
Definition EnumerationContainerBase.h:82
bool m_bIsNull
The null flag for the enumeration container.
Definition EnumerationContainerBase.h:126
EnumerationValue m_Value
The value of the enumeration container.
Definition EnumerationContainerBase.h:132
A parameter in the call was invalid.
Definition Exceptions.h:264
Thrown when an application attempts to get the value of a member that is null.
Definition Exceptions.h:396
Container for sequences of enumeration values.
Definition SequenceContainer.h:366
Enumerates the states a started node can have.
Definition NodeState.h:35
static Enumeration Last()
static std::wstring ToString(const Enumeration enumVal)
static const Safir::Dob::Typesystem::TypeId EnumerationTypeId
Definition NodeState.h:55
static Safir::Dob::Typesystem::EnumerationValue LastOrdinal()
static Safir::Dob::Typesystem::EnumerationValue FirstOrdinal()
static void CheckForMismatch(const Safir::Dob::Typesystem::TypeId checksum=Checksum)
Safir::Dob::Typesystem::EnumerationSequenceContainer< NodeState > EnumerationSequenceContainer
Definition NodeState.h:118
static const Safir::Dob::Typesystem::TypeId Checksum
Definition NodeState.h:56
Enumeration
Definition NodeState.h:37
@ Normal
Definition NodeState.h:38
@ Attaching
Definition NodeState.h:40
@ Detached
Definition NodeState.h:39
@ Attached
Definition NodeState.h:41
static Safir::Dob::Typesystem::Int32 Size()
static Enumeration ToValue(const std::wstring &valueString)
static Enumeration First()
Safir::Dob::Typesystem::ArrayContainer< EnumerationContainer > EnumerationContainerArray
Definition NodeState.h:117
Definition NodeState.h:63
Enumeration GetVal() const
Definition NodeState.h:96
void SetVal(const Enumeration value)
Definition NodeState.h:89
Safir::Dob::Typesystem::EnumerationValue GetOrdinal() const override
Get the ordinal value of the enumeration container.
Definition NodeState.h:79
void SetOrdinal(const Safir::Dob::Typesystem::EnumerationValue value) override
Set the ordinal value of the enumeration container.
Definition NodeState.h:68
bool operator==(const Enumeration other) const
Definition NodeState.h:110
Enumeration GetValOrDefault(const Enumeration defaultVal) const
Definition NodeState.h:103
Enumeration ContainedType
Definition NodeState.h:65