#include <userttyconn.h>
Public Member Functions | |
UserTTYConn (int in, int out) | |
Protected Member Functions | |
void | process_data (Data *) |
Private Member Functions | |
bool | handle_oob_sequence (Data *blob, size_t offset) |
Private Attributes | |
bool | at_line_start |
bool | in_oob_sequence |
Definition at line 57 of file userttyconn.h.
UserTTYConn::UserTTYConn | ( | int | in, | |
int | out | |||
) | [inline] |
Definition at line 60 of file userttyconn.h.
void UserTTYConn::process_data | ( | Data * | ) | [protected] |
bool UserTTYConn::handle_oob_sequence | ( | Data * | blob, | |
size_t | offset | |||
) | [private] |
Definition at line 89 of file userttyconn.cc.
References at_line_start, Data::data(), Data::len(), and OOB_MARKER.
bool UserTTYConn::at_line_start [private] |
bool UserTTYConn::in_oob_sequence [private] |
Definition at line 68 of file userttyconn.h.