8#include "Arp/System/Core/Enum.hxx"
12namespace Arp {
namespace Services {
namespace DataLogger {
namespace Services
50ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os,
RecordType value);
51ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
RecordType& value);
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:25
RecordType
Attribute to mark the recorded values of a triggered session
Definition: RecordType.hpp:21
@ PostCycle
Records are recorded after the condition was triggered
@ Continuous
Record belongs to continously logging session.
@ Trigger
Records are recorded when the condition was triggered
@ PreCycle
Values are recorded before the condition was triggered
Root namespace for the PLCnext API