Package org.epics.ca

Class BaseV3ChannelStructure

    • Constructor Detail

      • BaseV3ChannelStructure

        public BaseV3ChannelStructure​(V3Channel v3Channel)
        The Constructor
        Parameters:
        v3Channel - The v3Channel.
    • Method Detail

      • createPVStructure

        public org.epics.pvdata.pv.PVStructure createPVStructure​(org.epics.pvdata.pv.PVStructure pvRequest,
                                                                 boolean propertiesAllowed)
        Description copied from interface: V3ChannelStructure
        Create the PVStructure.
        Specified by:
        createPVStructure in interface V3ChannelStructure
        Parameters:
        pvRequest - The pvRequest.
        propertiesAllowed - Are properties are allowed, i.e. alarm, timeStamp, control, display?
        Returns:
        pvStructure or null if failure.
      • toStructure

        public void toStructure​(gov.aps.jca.dbr.DBR fromDBR)
        Description copied from interface: V3ChannelStructure
        Update the PVStructure with data from a DBR.
        Specified by:
        toStructure in interface V3ChannelStructure
        Parameters:
        fromDBR - The DBR that holds the new data.