EPICS ARCHIVER V4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
ArchiveService.h
1 #ifndef EA4_PVRPC_ARCHIVE_SERVICE_H
2 #define EA4_PVRPC_ARCHIVE_SERVICE_H
3 
4 #include "pv/rpcService.h"
5 
6 namespace ea4 { namespace pvrpc {
7 
9  class ArchiveService : public epics::pvAccess::RPCService {
10 
11  public:
12 
15 
17  epics::pvData::PVStructurePtr
18  request(epics::pvData::PVStructurePtr const & args )
19  throw (epics::pvAccess::RPCRequestException);
20 
21 };
22 
23 }}
24 
25 #endif
Archive RPC data service based on the pvAccess RPC interface.
Definition: ArchiveService.h:9
POINTER_DEFINITIONS(ArchiveService)
Pointer definitions.