8#include "Arp/System/Core/Enum.hxx"
12namespace Arp {
namespace Io {
namespace ProfinetStack {
namespace Controller {
namespace Services
57ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os,
FilterLevel value);
58ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
FilterLevel& value);
Module data
Definition: Module.hpp:26
Submodule data
Definition: Submodule.hpp:24
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:38
FilterLevel
Used to determine which values of Arp.Io.ProfinetStack.Controller.Services.DiagnosisSource are used t...
Definition: FilterLevel.hpp:19
@ NodeID
Returns all diagnoses sources of one submodule identified by Arp.Io.ProfinetStack....
@ AR
All stored diagnoses sources related to one AR will be returned. The field Arp.Io....
@ Channel
Returns the diagnosis source of one channel. The channel is identified by Arp.Io.ProfinetStack....
Root namespace for the PLCnext API