Package org.epics.archiverappliance.data


package org.epics.archiverappliance.data
  • Class
    Description
    Get the status and severity of this event.
    A sample value that encapsulates a byte buffer.
     
    A catch all interface that contains the attributes in a EPICS DBR_TIME_XXX from db_access.h.
    EPICS PVs have additional fields like HIHI, LOLO etc that occasionally change.
    We get a HashMap of NVPairs from the Channel Archiver - this class exposes these as an archiver Event We typically get secs=1250696265, value=70.9337, sevr=0, nano=267115322, stat=0
    Get the value of this event.
    Some additional info pertaining to the process of archiving.
    An implementation of SampleValue for scalar strings.
    ScalarValue<T extends Number>
    An implementation of SampleValue for scalar numbers.
    An implementation of SampleValue for vector strings.
    VectorValue<T extends Number>
    An implementation of SampleValue for vector numbers.