13#include <Safir/Utilities/Internal/VisibilityHelpers.h>
15#ifdef safir_generated_Core_cpp_EXPORTS
16# define SAFIR_GENERATED_Core_API SAFIR_HELPER_DLL_EXPORT
18# define SAFIR_GENERATED_Core_API SAFIR_HELPER_DLL_IMPORT
19# define SAFIR_LIBRARY_NAME "safir_generated-Core-cpp"
20# include <Safir/Utilities/Internal/AutoLink.h>
22#define SAFIR_GENERATED_Core_API_LOCAL SAFIR_HELPER_DLL_LOCAL
35 class BackdoorCommand;
110#pragma warning (push)
111#pragma warning (disable : 4251)
#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
Safir::Dob::Typesystem::GenericObjectSequenceContainer< BackdoorCommand > BackdoorCommandSequenceContainer
Definition BackdoorCommand.h:41
std::shared_ptr< BackdoorCommand > BackdoorCommandPtr
Definition BackdoorCommand.h:36
Safir::Dob::Typesystem::ObjectContainerImpl< BackdoorCommand > BackdoorCommandContainer
Definition BackdoorCommand.h:39
std::shared_ptr< const BackdoorCommand > BackdoorCommandConstPtr
Definition BackdoorCommand.h:37
Safir::Dob::Typesystem::ArrayContainer< BackdoorCommandContainer > BackdoorCommandContainerArray
Definition BackdoorCommand.h:40
DotsC_Int32 Int32
32 bit integer type.
Definition Defs.h:66
DotsC_Int64 Int64
64 bit integer type.
Definition Defs.h:69
std::shared_ptr< Object > ObjectPtr
A smart pointer to an Object.
Definition Object.h:44
DotsC_ArrayIndex ArrayIndex
Index into an array.
Definition Defs.h:246
DotsC_TypeId TypeId
A unique type identifier.
Definition Defs.h:218
DotsC_MemberIndex MemberIndex
The index of a member in an object.
Definition Defs.h:237
STL container for arrays of DOB-containers.
Definition ArrayContainer.h:59
Base class for all Containers.
Definition ContainerBase.h:44
Definition ContainerProxies.h:39
Template class for all containers of automatically generated DOB objects.
Definition ObjectContainer.h:190
Definition SequenceContainer.h:704
Container for strings (std::wstring).
Definition ValueContainers.h:127
Backdoor command messages.
Definition BackdoorCommand.h:48
Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::StringContainer > NodeName()
static Safir::Dob::Typesystem::Int32 NodeNameMaxStringLength()
Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::StringContainer > Command()
const Safir::Dob::Typesystem::ContainerBase & GetMember(const Safir::Dob::Typesystem::MemberIndex member, const Safir::Dob::Typesystem::ArrayIndex index) const override
Get a const reference to a member container from an object.
void SetChanged(const bool changed) override
Recursively set change flags in all members of this object.
static BackdoorCommandPtr Create()
static Safir::Dob::Typesystem::Int32 CommandMaxStringLength()
static Safir::Dob::Typesystem::MemberIndex NodeNameMemberIndex()
static Safir::Dob::Typesystem::Int32 ConnectionNameMaxStringLength()
static Safir::Dob::Typesystem::MemberIndex ConnectionNameMemberIndex()
void WriteToBlob(Safir::Dob::Typesystem::Int64 handle) const override
Write the object to a blob.
const Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::StringContainer > Command() const
String that includes the command and any parameters.
const Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::StringContainer > NodeName() const
Node name that identifies the receiving node.
BackdoorCommand(Safir::Dob::Typesystem::Int64 handle)
Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::StringContainer > ConnectionName()
Safir::Dob::Typesystem::ContainerBase & GetMember(const Safir::Dob::Typesystem::MemberIndex member, const Safir::Dob::Typesystem::ArrayIndex index) override
Get a reference to a member container from an object.
static Safir::Dob::Typesystem::MemberIndex CommandMemberIndex()
const Safir::Dob::Typesystem::ContainerProxy< Safir::Dob::Typesystem::StringContainer > ConnectionName() const
Dob connection name that identifies the receiving application.
Safir::Dob::Typesystem::ObjectPtr Clone() const override
Create a copy of the object.
bool IsChanged() override
Check if any member of this object is changed.
Safir::Dob::Typesystem::TypeId GetTypeId() const override
Get the type id of this object.
Definition BackdoorCommand.h:89
The baseclass for all messages.
Definition Message.h:46