8#include "Arp/Base/Core/Enum.hxx"
43ARP_EXPORT std::ostream& operator<<(std::ostream& os,
RpnItemType value);
44ARP_EXPORT std::istream& operator>>(std::istream& is,
RpnItemType& value);
50template<>
struct fmt::formatter<
Arp::Services::DataLogger::Services::RpnItemType> :
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
RpnItemType
Item type of the Arp.Services.DataLogger.Services.TriggerRpnItem structure. (RPN = Reverse Polnish No...
Definition: RpnItemType.hpp:19
@ Variable
The Value of Item is the instance path of a variable.
@ Constant
The Value of the Item is a constant.
Operation
Allows to describe operations which are requested or allowed on objects.
Definition: Operation.hpp:39
Root namespace for the PLCnext API