8#include "Arp/System/Core/Enum.hxx"
12namespace Arp {
namespace Services {
namespace DataLogger {
namespace Services
53ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os,
SessionState value);
54ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
SessionState& value);
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:28
SessionState
State of a data logger session
Definition: SessionState.hpp:19
@ Created
The session was already created but not yet initialized
@ Initialized
The session has loaded a configuration and is ready to run
Root namespace for the PLCnext API