public interface EpicsDataDao
Modifier and Type | Method and Description |
---|---|
void |
deleteEpicsData(EpicsType epicsType,
int run)
Delete all EPICS data for a run from the database.
|
List<EpicsData> |
getEpicsData(EpicsType epicsType,
int run)
Get EPICS data by run.
|
void |
insertEpicsData(List<EpicsData> epicsDataList,
int run)
Insert a list of EPICS data into the database.
|
void deleteEpicsData(EpicsType epicsType, int run)
run
- the run numberList<EpicsData> getEpicsData(EpicsType epicsType, int run)
run
- the run numberepicsType
- the type of EPICS data (1s or 10s)Copyright © 2019. All rights reserved.