C# Class EpicsWrapper.EpicsSharp

Afficher le fichier Open project: ISISComputingGroup/EPICS-EpicsWeb

Méthodes publiques

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

Private Methods

Méthode Description
createChannel ( string pvname ) : void
waveformToString ( byte temp ) : string

Method Details

CloseChannelsAndDisconnect() public méthode

public CloseChannelsAndDisconnect ( ) : void
Résultat void

EpicsSharp() public méthode

public EpicsSharp ( ) : System
Résultat System

GetPV() public méthode

public GetPV ( string pvname, bool waveformAsString ) : EpicsReturnValue
pvname string
waveformAsString bool
Résultat EpicsReturnValue

SetSearchAddresses() public méthode

public SetSearchAddresses ( string addresses ) : void
addresses string
Résultat void