8#include "Arp/System/Core/Enum.hxx"
10namespace Arp {
namespace System {
namespace NmPayload {
namespace NotificationLogger
13enum class ARP_CXX_SYMBOL_EXPORT StorageFileFormatMigrationResult :
uint32
24ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, StorageFileFormatMigrationResult value);
25ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, StorageFileFormatMigrationResult& value);
std::uint32_t uint32
The Arp unsigned integer type of 4 byte size.
Definition: PrimitiveTypes.hpp:36
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API