PLCnext API Documentation 23.6.0.37
RpnItemType.hpp
1
2//
3// Copyright PHOENIX CONTACT Electronics GmbH
4//
6#pragma once
8#include "Arp/System/Core/Enum.hxx"
9
10// DO NOT MODIFY THIS FILE, THIS FILE IS AUTOGENERATED
11
12namespace Arp { namespace Services { namespace DataLogger { namespace Services
13{
14
18enum class RpnItemType : uint8
19{
23 None = 0,
24
28 Variable = 1,
29
33 Constant = 2,
34
38 Operation = 3,
39};
40
42// global stream operators of enum RpnItemType for logging and parsing
43ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, RpnItemType value);
44ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, RpnItemType& value);
45
46}}}} // end of namespace Arp::Services::DataLogger::Services
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