8#include "Arp/Base/Rsc/Commons/Rsc.hpp" 
    9#include "Arp/Base/Rsc/Commons/IRscService.hpp" 
   10#include "Arp/Plc/Retain/Services/BackupResult.hpp" 
   17using namespace Arp::Base::Rsc::Commons;
 
   27    using Ptr = std::shared_ptr<IRetainManagerService>;
 
This is the base interface of all Rsc services.
Definition: IRscService.hpp:22
 
std::shared_ptr< IRscService > Ptr
The shared_ptr type of IRscService.
Definition: IRscService.hpp:25
 
Interface for service proxy factories to create service proxies used by RSC clients.
Definition: IRscServiceProxyFactory.hpp:22
 
Contains the name and error code of the backup.
Definition: BackupResult.hpp:26
 
Use this service for the retain backup handling.
Definition: IRetainManagerService.hpp:25
 
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
 
Namespace for services of the Retain component