8#include "Arp/System/Commons/Ipc/SharedData.hxx"
10namespace Arp {
namespace Plc {
namespace Commons {
namespace Esm
22 using InstancePtr = std::unique_ptr<Instance>;
29 static Instance& CreateInstance(
size_t memorySize);
30 static void OpenInstance(
void);
31 static bool IsCreated(
void);
32 static void DisposeInstance(
void);
36 static InstancePtr instancePtr;
Definition: RtEventManagerSharedData.hpp:16
Definition: SharedData.hxx:27
Namespace for class, enumerations and functions dealing with interprocess communication functionality...
Root namespace for the PLCnext API