8#include "Arp/System/Core/Enum.hxx"
10namespace Arp {
namespace System {
namespace Nm
27ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os,
Severity value);
28ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
Severity& value);
32template<>
struct fmt::formatter<
Arp::System::Nm::Severity>:
public fmt::ostream_formatter {};
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:25
enum ARP_CXX_SYMBOL_EXPORT Severity
Enumeration of Severities for notifications
Definition: Severity.hpp:14
Root namespace for the PLCnext API