C# Class PBCaGw.Workers.Worker

Base class for all the workers of a processing chain.
Inheritance: IDisposable
Datei anzeigen Open project: ISISComputingGroup/EPICS-epicssharp Class Usage Examples

Public Properties

Property Type Description
Chain WorkerChain

Public Methods

Method Description
Dispose ( ) : void
ProcessData ( DataPacket packet ) : void
SendData ( DataPacket packet ) : void

Sends the DataPacket further in the chain

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ProcessData() public abstract method

public abstract ProcessData ( DataPacket packet ) : void
packet DataPacket
return void

SendData() public method

Sends the DataPacket further in the chain
public SendData ( DataPacket packet ) : void
packet DataPacket
return void

Property Details

Chain public_oe property

public WorkerChain,PBCaGw.Workers Chain
return WorkerChain