C# Class DAQ.Pattern.Layout

A layout represents a pattern as a set of edges. This class is used internally by the pattern builder.
Show file Open project: ColdMatter/EDMSuite Class Usage Examples

Public Methods

Method Description
AddEdge ( int channel, int time, bool sense ) : void
GetEdgeSet ( int time ) : EdgeSet
Layout ( int channels ) : System
ToString ( ) : String

Method Details

AddEdge() public method

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

GetEdgeSet() public method

public GetEdgeSet ( int time ) : EdgeSet
time int
return EdgeSet

Layout() public method

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

ToString() public method

public ToString ( ) : String
return String