8#include "Arp/System/Core/Enum.hxx"
12namespace Arp {
namespace Services {
namespace DataLogger {
namespace Services
80ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os,
ErrorCode value);
81ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
ErrorCode& value);
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:28
ErrorCode
Possible error codes for data-logger rsc services.
Definition: ErrorCode.hpp:19
@ NoSuchSession
The specified session does not exist.
@ SessionRunning
The specified session is in running state.
@ NoSuchVariable
The specified variable does not exists.
@ NoData
No data exists for the requested time range
@ DataUnavailable
Expected data is unavailable for the requested time range due to an unmounted volume an off-line arch...
Root namespace for the PLCnext API