|
EPICS ARCHIVER V4
|
Command returning the array of the index files. More...
#include <GetArchivesCommand.h>
Public Member Functions | |
| GetArchivesCommand () | |
| Constructor. | |
| virtual const char * | getName () const |
| Returns 'getArchives'. | |
|
virtual epics::pvData::PVStructurePtr | createRequest () |
| Creates the request structure. | |
|
virtual epics::pvData::PVStructurePtr | process (epics::pvData::PVStructurePtr const &request) |
| Delegates this request to the RPC service. | |
Public Member Functions inherited from ea4::pvrpc::ArchiveCommand | |
| void | epicsTime2pieces (const epicsTime &t, int &secs, int &nano) |
| void | pieces2epicsTime (int secs, int nano, epicsTime &t) |
Additional Inherited Members | |
Static Public Attributes inherited from ea4::pvrpc::ArchiveCommand | |
| static const int | HOW_RAW = 0 |
| Raw data, channel by channel. | |
| static const int | HOW_SHEET = 1 |
| Raw data in 'filled' spreadsheet. | |
| static const int | HOW_OLD_AVERAGE = 2 |
| Averaged spreadsheet, delta = (end-start)/count. | |
| static const int | HOW_PLOTBIN = 3 |
| Plot-binned, channel by channel, 'count' bins. | |
| static const int | HOW_LINEAR = 4 |
| Linear interpolation spreadsheet, delta = (end-start)/count. | |
| static const int | HOW_AVERAGE = 5 |
| Averaged spreadsheet, delta = count. | |
| static const int | META_TYPE_ENUM = 0 |
| Meta type for the enum values. | |
| static const int | META_TYPE_NUMERIC = 1 |
| Meta type for the numeric values. | |
| static const int | ARCH_DAT_SERV_FAULT = -600 |
| 'serv' fault code | |
| static const int | ARCH_DAT_NO_INDEX = -601 |
| 'no index' fault code | |
| static const int | ARCH_DAT_ARG_ERROR = -602 |
| 'arg error' fault code | |
| static const int | ARCH_DAT_DATA_ERROR = -603 |
| 'data error' fault code | |
Command returning the array of the index files.
1.8.5