8#include "Arp/System/Core/Enum.hxx"
10namespace Arp {
namespace System {
namespace Ve
30 ConditionVariable = 15,
33 NetworkInterfaceInfo = 18
38ARP_CXX_SYMBOL_EXPORT std::ostream&
operator<<(std::ostream& os, ServiceType value);
39ARP_CXX_SYMBOL_EXPORT std::istream&
operator>>(std::istream& is, ServiceType& value);
std::ostream & operator<<(std::ostream &os, const BasicString< CharType, Alloc > &right)
Streams the right string to the outstream os .
Definition: BasicString.hxx:1740
std::istream & operator>>(std::istream &is, BasicString< CharType, Alloc > &right)
Streams the instream is into the right string.
Definition: BasicString.hxx:1751
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API