C# 클래스 EDMConfig.Waveform

파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Inverted bool

공개 메소드들

메소드 설명
Waveform ( ) : System
Waveform ( string name, int codeLength ) : System

Creates a waveform which can be represented by a code of codeLength bits.

비공개 메소드들

메소드 설명
GenerateBits ( ) : void

메소드 상세

Waveform() 공개 메소드

public Waveform ( ) : System
리턴 System

Waveform() 공개 메소드

Creates a waveform which can be represented by a code of codeLength bits.
public Waveform ( string name, int codeLength ) : System
name string The name of the waveform.
codeLength int The number of bits in this waveform's code.
리턴 System

프로퍼티 상세

Inverted 공개적으로 프로퍼티

public bool Inverted
리턴 bool