Class PvAcquisitionStateEventSink
Observer interface for an observable PvAcquisitionStateManager object
Implements
Inherited Members
Namespace: eBUSDotNetReceive
Assembly: eBUSDotNetReceive.dll
Syntax
public class PvAcquisitionStateEventSink : IDisposable
Constructors
View SourcePvAcquisitionStateEventSink()
PvAcquisitionStateEventSink event sink constructor.
Declaration
public PvAcquisitionStateEventSink()
Fields
View SourceswigCMemOwn
Determines who is responsible for deleting the underlying C++ object.
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Dispose
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~PvAcquisitionStateEventSink()
Destructor.
Declaration
protected ~PvAcquisitionStateEventSink()
OnAcquisitionStateChanged(PvDevice, PvStream, uint, PvAcquisitionState)
Called whenever the state manager changes the acquisition mode.
Declaration
public virtual void OnAcquisitionStateChanged(PvDevice aDevice, PvStream aStream, uint aSource, PvAcquisitionState aState)
Parameters
| Type | Name | Description |
|---|---|---|
| PvDevice | aDevice | Pointer to the device controlled by the acquisition state manager. |
| PvStream | aStream | Pointer to the #PvStream object. |
| uint | aSource | Source for which the acquisition state changed. |
| PvAcquisitionState | aState | New acquisition state. |