C# Class DAQ.Pattern.Layout

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

Méthodes publiques

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

Method Details

AddEdge() public méthode

public AddEdge ( int channel, int time, bool sense ) : void
channel int
time int
sense bool
Résultat void

GetEdgeSet() public méthode

public GetEdgeSet ( int time ) : EdgeSet
time int
Résultat EdgeSet

Layout() public méthode

public Layout ( int channels ) : System
channels int
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String