8#include "Arp/System/Core/Enum.hxx"
12namespace Arp {
namespace Services {
namespace DataLogger {
namespace Services
68ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
SessionPropertyName& value);
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:38
SessionPropertyName
All available names of properties that can be set on a session
Definition: SessionPropertyName.hpp:19
@ SinkProperties
Special property to configure a session sinks. Properties must be provided as string.
@ SamplingInterval
The desired sampling rate. Can either be provided as Int64 which will be interpreted as microseconds ...
@ TaskContext
Optional task context. If provided all variables are recorded in the context of the task.
@ PublishInterval
The rate in which values will be written to the session“s sink. Can either be provided as Int64 which...
@ Undefined
Determines a newly created not yet configured property
@ BufferCapacity
Amount of capacity of the underlying ring buffer.
SinkType
Enumeration of possible sink types.
Definition: SinkType.hpp:21
Root namespace for the PLCnext API