C# Class Chronopic, chronojump

显示文件 Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
AbortFlush bool

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

CancelDo() public static method

public static CancelDo ( ) : void
return void

Chronopic() public method

public Chronopic ( ) : System
return System

Chronopic() public method

public Chronopic ( SerialPort, sp ) : System
sp SerialPort,
return System

Chronopic() public method

public Chronopic ( string disp ) : System
disp string
return System

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

FlushByTimeOut() public method

public FlushByTimeOut ( ) : void
return void

Read() public method

public Read ( byte buffer, int bytes, int timeout ) : int
buffer byte
bytes int
timeout int
return int

Read_event() public method

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

Read_event() public method

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

Read_platform() public method

public Read_platform ( Plataforma, &plataforma ) : Respuesta,
plataforma Plataforma,
return Respuesta,

Read_platform() public method

public Read_platform ( Plataforma, &plataforma ) : bool
plataforma Plataforma,
return bool

Read_variables_automatic() public method

public Read_variables_automatic ( ) : void
return void

Solicitar_estado() public method

public Solicitar_estado ( ) : void
return void

Property Details

AbortFlush public_oe property

public bool AbortFlush
return bool