Package org.jlab.detector.epics
Class Epics
java.lang.Object
org.jlab.detector.epics.Epics
Stores Epics data in Json format and the associated Unix time
- Author:
- devita
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
org.jlab.jnp.utils.json.JsonObject
int
int
void
setEpicsReadout
(org.jlab.jnp.utils.json.JsonObject epicsreadout) void
setUnixTime
(int unixTime)
-
Constructor Details
-
Epics
public Epics()
-
-
Method Details
-
getEpicsReadout
public org.jlab.jnp.utils.json.JsonObject getEpicsReadout() -
getUnixTime
public int getUnixTime() -
setEpicsReadout
public void setEpicsReadout(org.jlab.jnp.utils.json.JsonObject epicsreadout) -
setUnixTime
public void setUnixTime(int unixTime) -
getInt
-
getDouble
-