Class PvTriggerSelectorDefault
A default implementation for the IPvTriggerSelector interface. This defines the typical base behavior for trigger selectors, and it is used when TriggerMode[TriggerSelector] is set to OFF.
Implements
Inherited Members
Namespace: eBUSDotNetEdge
Assembly: eBUSDotNetEdge.dll
Syntax
public class PvTriggerSelectorDefault : IPvTriggerSelector, IDisposable
Constructors
View SourcePvTriggerSelectorDefault()
Constructor.
Declaration
public PvTriggerSelectorDefault()
PvTriggerSelectorDefault(string)
Constructor.
Declaration
public PvTriggerSelectorDefault(string aName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aName | The selector name. |
Properties
View SourceIsEnabled
IsEnabled property of PvTriggerSelectorDefault.
Declaration
public override bool IsEnabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
View SourceMode
Mode property of PvTriggerSelectorDefault.
Declaration
public override bool Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
View SourceName
Gets the name of the default trigger selector.
Declaration
public override string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
View SourceSource
Source property of PvTriggerSelectorDefault.
Declaration
public override uint Source { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
Overrides
Methods
View SourceDispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
Overrides
View SourceFireTrigger()
Nothing to do for the default implementation.
Declaration
public override void FireTrigger()
Overrides
View SourceRearm()
Nothing to do for the default implementation.
Declaration
public override void Rearm()
Overrides
View SourceStart(uint)
Nothing to do for the default implementation.
Declaration
public override void Start(uint aHeight)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | aHeight | The image height (ignored). |
Overrides
View SourceStop()
Nothing to do for the default implementation.
Declaration
public override void Stop()