8#include "Arp/System/Core/Enum.hxx"
12namespace Arp {
namespace Services {
namespace DataLogger {
namespace Services
43ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os,
RpnItemType value);
44ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
RpnItemType& value);
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:28
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.
Root namespace for the PLCnext API