8#include "Arp/Plc/Retain/Services/BackupResult.hpp"
9#include "Arp/Plc/Retain/Services/RetainManagerServiceProxyFactory.hpp"
10#include "Arp/System/Rsc/Services/IRscService.hpp"
14namespace Arp {
namespace Plc {
namespace Retain {
namespace Services
28 using Ptr = std::shared_ptr<IRetainManagerService>;
35 static IRscServiceProxyFactory& GetProxyFactory(
void);
57inline IRscServiceProxyFactory& IRetainManagerService::GetProxyFactory()
59 return RetainManagerServiceProxyFactory::GetInstance();
Contains the name and error code of the backup.
Definition: BackupResult.hpp:24
Use this service for the retain backup handling.
Definition: IRetainManagerService.hpp:26
IRetainManagerService(void)=default
Constructs an IRetainManagerService instance.
virtual BackupResult PrepareLatestBackupFileForRestoring()=0
Prepares the latest backup file of retain data for restoring for the next plc 'RestoreWarm' start
virtual BackupResult GenerateBackupFile()=0
Generates a backup file of the retain data
Base interface for all Rsc service interface.
Definition: IRscService.hpp:20
Namespace for classes and interfaces for the Remote Service Call implementation
Root namespace for the PLCnext API