8#include "Arp/Base/Core/Enum.hxx" 
   57ARP_EXPORT std::ostream& operator<<(std::ostream& os, 
FilterLevel value);
 
   58ARP_EXPORT std::istream& operator>>(std::istream& is, 
FilterLevel& value);
 
   64template<> 
struct fmt::formatter<
Arp::Io::ProfinetStack::Controller::Services::FilterLevel> : 
public fmt::ostream_formatter {};
 
Module data
Definition: Module.hpp:28
 
Submodule data
Definition: Submodule.hpp:26
 
std::int32_t int32
The Arp integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:35
 
Namespace for Profinet I/O controller services
 
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