PLCnext API Documentation  22.3.0.20
Classes | Enumerations | Functions
Arp::System::NmPayload::NotificationLogger Namespace Reference

Namespace for payload classes of the NotificationLogger More...

Classes

class  MessageWithArchiveNamePayload
 Payload class for a message containing an archive name More...
 
class  StorageFileFormatMigrationPayload
 Payload class for a message regarding the migration of the storage file format More...
 
class  StorageFileIntegrityCheckPayload
 Payload class for a message regarding the a failed integrity check of a NotificationLogger archive More...
 

Enumerations

enum  StorageFileFormatMigrationResult : uint32 {
  None = 0, Successful = 1, Failed = 2, NotPossible = 3,
  Downgrade = 4
}
 

Functions

std::ostream & operator<< (std::ostream &os, StorageFileFormatMigrationResult arg)
 
std::istream & operator>> (std::istream &is, StorageFileFormatMigrationResult &arg)
 

Detailed Description

Namespace for payload classes of the NotificationLogger