GDB (API)
|
#include "serial.h"
Public Attributes | |
int | refcnt |
int | fd |
int | error_fd |
struct serial_ops * | ops |
void * | state |
serial_ttystate | ttystate |
int | bufcnt |
unsigned char * | bufp |
unsigned char | buf [BUFSIZ] |
int | current_timeout |
int | timeout_remaining |
char * | name |
struct serial * | next |
int | debug_p |
int | async_state |
void * | async_context |
serial_event_ftype * | async_handler |
void* serial::async_context |
unsigned char serial::buf[BUFSIZ] |
unsigned char* serial::bufp |
char* serial::name |
struct serial* serial::next |
struct serial_ops* serial::ops |
void* serial::state |