Interface | Description |
---|---|
EpicsDataDao |
Database Access Object (DAO) API for EPICS data from the run database.
|
EpicsVariableDao |
Database interface for EPICS variables.
|
RunSummary |
This is an API for accessing run summary information which is persisted as a row in the run_summaries table.
|
RunSummaryDao |
Database API for managing basic run summary information in the run database.
|
ScalerDataDao |
Database Access Object (DAO) for scaler data in the run database.
|
SvtConfigDao |
Database API for accessing SVT configuration in run database.
|
TriggerConfigDao |
Database interface for getting raw trigger config data and inserting into run db.
|
Class | Description |
---|---|
DaoProvider |
Provider for creating database API objects for interacting with the run database.
|
EpicsDataDaoImpl |
Implementation of database operations for EPICS data.
|
EpicsVariable |
Information about an EPICS variable including its name in the EPICS database, column name for the run database,
description of the variable, and type (either 2s or 20s).
|
EpicsVariableDaoImpl |
Implementation of database interface for EPICS variable information in the run database.
|
RunManager |
Manages access to the run database.
|
RunSummaryDaoImpl |
Implementation of database operations for
RunSummary objects in the run database. |
RunSummaryImpl |
Implementation of
RunSummary for retrieving information from the run database. |
ScalerDataDaoImpl |
Implementation of database API for
ScalerData in the run database. |
SvtConfigDaoImpl |
Implementation of SVT configuration database operations.
|
TriggerConfigDaoImpl |
Implementation of trigger configuration database operations.
|
Enum | Description |
---|---|
EpicsType |
Enum for representing different types of EPICS data in the run database, of which there are currently two
(2s and 20s).
|
Copyright © 2019. All rights reserved.