C# 클래스 DAQ.Pattern.Layout

A layout represents a pattern as a set of edges. This class is used internally by the pattern builder.
파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 메소드들

메소드 설명
AddEdge ( int channel, int time, bool sense ) : void
GetEdgeSet ( int time ) : EdgeSet
Layout ( int channels ) : System
ToString ( ) : String

메소드 상세

AddEdge() 공개 메소드

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

GetEdgeSet() 공개 메소드

public GetEdgeSet ( int time ) : EdgeSet
time int
리턴 EdgeSet

Layout() 공개 메소드

public Layout ( int channels ) : System
channels int
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String