C# 클래스 Chronopic, chronojump

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

공개 프로퍼티들

프로퍼티 타입 설명
AbortFlush bool

공개 메소드들

메소드 설명
CancelDo ( ) : void
Chronopic ( ) : System
Chronopic ( SerialPort, sp ) : System
Chronopic ( string disp ) : System
Close ( ) : void
Flush ( ) : void
FlushByTimeOut ( ) : void
Read ( byte buffer, int bytes, int timeout ) : int
Read_event ( double &timestamp, Plataforma, &plataforma ) : Respuesta,
Read_event ( double &timestamp, Plataforma, &plataforma ) : bool
Read_platform ( Plataforma, &plataforma ) : Respuesta,
Read_platform ( Plataforma, &plataforma ) : bool
Read_variables_automatic ( ) : void
Solicitar_estado ( ) : void

비공개 메소드들

메소드 설명
Open ( string disp ) : int
Read_cambio ( byte respuesta ) : bool
close ( int fd ) : int
estado ( int fd, int &estado ) : int
flush ( int fd ) : int
flush ( ) : void
flushByTimeOut ( ) : void
open ( string disp ) : int
read ( int serial_fd, byte trama, int bytes, int timeout ) : int
read ( int serial_fd, double &t, int &estado ) : int
solicitar_estado ( int serial_fd ) : void

메소드 상세

CancelDo() 공개 정적인 메소드

public static CancelDo ( ) : void
리턴 void

Chronopic() 공개 메소드

public Chronopic ( ) : System
리턴 System

Chronopic() 공개 메소드

public Chronopic ( SerialPort, sp ) : System
sp SerialPort,
리턴 System

Chronopic() 공개 메소드

public Chronopic ( string disp ) : System
disp string
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

FlushByTimeOut() 공개 메소드

public FlushByTimeOut ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte buffer, int bytes, int timeout ) : int
buffer byte
bytes int
timeout int
리턴 int

Read_event() 공개 메소드

public Read_event ( double &timestamp, Plataforma, &plataforma ) : Respuesta,
timestamp double
plataforma Plataforma,
리턴 Respuesta,

Read_event() 공개 메소드

public Read_event ( double &timestamp, Plataforma, &plataforma ) : bool
timestamp double
plataforma Plataforma,
리턴 bool

Read_platform() 공개 메소드

public Read_platform ( Plataforma, &plataforma ) : Respuesta,
plataforma Plataforma,
리턴 Respuesta,

Read_platform() 공개 메소드

public Read_platform ( Plataforma, &plataforma ) : bool
plataforma Plataforma,
리턴 bool

Read_variables_automatic() 공개 메소드

public Read_variables_automatic ( ) : void
리턴 void

Solicitar_estado() 공개 메소드

public Solicitar_estado ( ) : void
리턴 void

프로퍼티 상세

AbortFlush 공개적으로 프로퍼티

public bool AbortFlush
리턴 bool