C# Class EpicsWrapper.EpicsSharp

Show file Open project: ISISComputingGroup/EPICS-EpicsWeb

Public Methods

Method Description
CloseChannelsAndDisconnect ( ) : void
EpicsSharp ( ) : System
GetPV ( string pvname, bool waveformAsString ) : EpicsReturnValue
SetSearchAddresses ( string addresses ) : void

Private Methods

Method Description
createChannel ( string pvname ) : void
waveformToString ( byte temp ) : string

Method Details

CloseChannelsAndDisconnect() public method

public CloseChannelsAndDisconnect ( ) : void
return void

EpicsSharp() public method

public EpicsSharp ( ) : System
return System

GetPV() public method

public GetPV ( string pvname, bool waveformAsString ) : EpicsReturnValue
pvname string
waveformAsString bool
return EpicsReturnValue

SetSearchAddresses() public method

public SetSearchAddresses ( string addresses ) : void
addresses string
return void