C# Class DAQ.Pattern.EdgeSet

A set of edges. Used internally by the pattern builder and its layout.
Mostrar archivo Open project: ColdMatter/EDMSuite Class Usage Examples

Public Methods

Method Description
AddEdge ( int channel, bool sense ) : void
EdgeSet ( int channels ) : System
GetEdge ( int channel ) : EdgeSense

Method Details

AddEdge() public method

public AddEdge ( int channel, bool sense ) : void
channel int
sense bool
return void

EdgeSet() public method

public EdgeSet ( int channels ) : System
channels int
return System

GetEdge() public method

public GetEdge ( int channel ) : EdgeSense
channel int
return EdgeSense