10#include "Arp/System/Nm/SpecializedPayload.hpp"
11#include "Arp/System/NmPayload/NotificationLogger/StorageFileFormatMigrationResult.hpp"
14namespace Arp {
namespace System {
namespace NmPayload {
namespace NotificationLogger
23 using ArgumentsType = std::tuple<const char*, const char*, StorageFileFormatMigrationResult, int, int, const char*>;
25 using SpecializedPayload::SpecializedPayload;
33 StorageFileFormatMigrationResult result,
int sourceVersion,
int destinationVersion,
34 const String& backupFilePath);
55 static String GetFormatString(StorageFileFormatMigrationResult result);
59 const size_t indexArchiveName = this->AddField<String>();
60 const size_t indexFilePath = this->AddField<String>();
61 const size_t indexResult = this->AddField<StorageFileFormatMigrationResult>();
62 const size_t indexSourceVersion = this->AddField<int>();
63 const size_t indexDestinationVersion = this->AddField<int>();
64 const size_t indexBackupFilePath = this->AddField<String>();
Base class for custom Payload classes
Definition: SpecializedPayload.hpp:44
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API