8#include "Arp/Base/Core/Enum.hxx"
53ARP_EXPORT std::ostream& operator<<(std::ostream& os,
SessionState value);
54ARP_EXPORT std::istream& operator>>(std::istream& is,
SessionState& value);
60template<>
struct fmt::formatter<
Arp::Services::DataLogger::Services::SessionState> :
public fmt::ostream_formatter {};
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:25
Namespace for services of the DataLogger
SessionState
State of a data logger session
Definition: SessionState.hpp:19
@ Created
The session was already created but not yet initialized
@ Stopped
summary>Thread is either waiting for an event, currently sleeping or waits for another thread to fini...
Root namespace for the PLCnext API