8 #include "Arp/Plc/Retain/Services/BackupResult.hpp"
9 #include "Arp/Plc/Retain/Services/RetainManagerServiceProxyFactory.hpp"
10 #include "Arp/System/Rsc/Services/IRscService.hpp"
14 namespace Arp {
namespace Plc {
namespace Retain {
namespace Services
25 using Ptr = std::shared_ptr<IRetainManagerService>;
32 static IRscServiceProxyFactory& GetProxyFactory(
void);
54 inline IRscServiceProxyFactory& IRetainManagerService::GetProxyFactory()
56 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:23
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:19
Namespace for classes and interfaces for the Remote Service Call implementation
Definition: IRscReadEnumerator.hxx:10
Root namespace for the PLCnext API