conexus logo

Conexus::TTY Member List

This is the complete list of members for Conexus::TTY, including all inherited members.

attributes()Conexus::TTY
byte_size()Conexus::TTY [virtual]
change_state(long new_state)Conexus::Endpoint [virtual]
close(bool force=false)Conexus::TTY [virtual]
close_and_reopen(long state=ENDPOINT_UNCHANGED)Conexus::Endpoint
close_on_destruct() const Conexus::Endpoint
CONEXUS_ENDPOINT_GENERIC_CREATE()Conexus::TTY
create(const std::string &device=std::string(), ReadWrite rwmode=READ_WRITE)Conexus::TTY [static]
default_read_timeout() const Conexus::Endpoint
default_write_timeout() const Conexus::Endpoint
device()Conexus::Serial [virtual]
drain()Conexus::TTY [virtual]
emit_received_data()Conexus::Endpoint [protected]
enable_carrier_detect(bool enable=true, SetOption option=SET_NOW)Conexus::TTY [virtual]
enable_receiver(bool enable=true, SetOption option=SET_NOW)Conexus::TTY [virtual]
enable_reset_on_close(bool reset=true)Conexus::TTY [virtual]
Endpoint(bool close_on_destruct=true)Conexus::Endpoint [protected]
EndpointState enum nameConexus::Endpoint [related]
fallback_read_size()Conexus::Endpoint
fd()Conexus::FileDescriptor [virtual]
FileDescriptor(int fd=-1, bool close_on_destruct=true)Conexus::FileDescriptor [protected]
flow_control()Conexus::TTY [virtual]
FlowControl enum nameConexus::TTY [related]
flush()Conexus::TTY [virtual]
flush_input()Conexus::TTY [virtual]
flush_output()Conexus::TTY [virtual]
inject(char data)Conexus::TTY
inject(const char *buffer, size_t bufsize)Conexus::TTY
inject(const std::string &buffer)Conexus::TTY [virtual]
input_available()Conexus::TTY [virtual]
input_speed()Conexus::TTY [virtual]
is_blocking()Conexus::FileDescriptor
is_carrier_detect_enabled()Conexus::TTY [virtual]
is_closed()Conexus::Endpoint
is_open()Conexus::Endpoint
is_receiver_enabled()Conexus::TTY [virtual]
is_reset_on_close_enabled()Conexus::TTY [virtual]
is_running()Conexus::Endpoint [virtual]
is_timestamping_received_data()Conexus::Endpoint [virtual]
m_close_on_destructConexus::Endpoint [protected]
m_default_read_timeoutConexus::Endpoint [protected]
m_default_write_timeoutConexus::Endpoint [protected]
m_deviceConexus::Serial [protected]
m_dispatcherConexus::Endpoint [protected]
m_fallback_read_sizeConexus::Endpoint [protected]
m_fdConexus::FileDescriptor [protected]
m_origtermiosConexus::TTY [protected]
m_read_delivery_conditionalConexus::Endpoint [protected]
m_read_delivery_threadConexus::Endpoint [protected]
m_read_queueConexus::Endpoint [protected]
m_read_queue_lockConexus::Endpoint [protected]
m_read_terminateConexus::Endpoint [protected]
m_read_terminate_immediateConexus::Endpoint [protected]
m_read_threadConexus::Endpoint [protected]
m_readableConexus::Endpoint [protected]
m_reset_on_closeConexus::TTY [protected]
m_rwmodeConexus::Serial [protected]
m_signal_byte_size_changedConexus::TTY [protected]
m_signal_carrier_detect_changedConexus::TTY [protected]
m_signal_closedConexus::Endpoint [protected]
m_signal_dataConexus::Endpoint [protected]
m_signal_data_received_sizeConexus::Endpoint [protected]
m_signal_data_transmitted_sizeConexus::Endpoint [protected]
m_signal_device_changedConexus::Serial [protected]
m_signal_disconnectedConexus::Endpoint [protected]
m_signal_eofConexus::Endpoint [protected]
m_signal_flow_control_changedConexus::TTY [protected]
m_signal_input_speed_changedConexus::TTY [protected]
m_signal_openedConexus::Endpoint [protected]
m_signal_output_speed_changedConexus::TTY [protected]
m_signal_parity_changedConexus::TTY [protected]
m_signal_receiver_changedConexus::TTY [protected]
m_signal_start_stopConexus::Endpoint [protected]
m_signal_stop_bits_changedConexus::TTY [protected]
m_stateConexus::Endpoint [protected]
m_timestampConexus::Endpoint [protected]
m_use_blocking_readsConexus::Endpoint [protected]
m_use_blocking_writesConexus::Endpoint [protected]
m_use_dispatcherConexus::Endpoint [protected]
m_writableConexus::Endpoint [protected]
name()Conexus::Object [inline]
Object(const std::string &name=std::string())Conexus::Object [inline, protected]
open()Conexus::TTY [virtual]
open(const std::string &name, ReadWrite mode=READ_WRITE_UNCHANGED)Conexus::TTY [virtual]
output_speed()Conexus::TTY [virtual]
parity()Conexus::TTY [virtual]
Parity enum nameConexus::TTY [related]
parity_error()Conexus::TTY [virtual]
ParityError enum nameConexus::TTY [related]
pointer typedefConexus::TTY
queue_received_data(const Data d)Conexus::Endpoint [protected]
read(size_t size=0)Conexus::Endpoint
read(size_t size, Timeout timeout)Conexus::Endpoint
read(Timeout timeout)Conexus::Endpoint
read_data(size_t s, Timeout to)Conexus::FileDescriptor [protected, virtual]
read_delivery_thread_main()Conexus::Endpoint [protected, virtual]
read_terminate_immediate()Conexus::Endpoint
read_thread_main()Conexus::Endpoint [protected, virtual]
read_thread_main_proxy()Conexus::Endpoint [protected]
restart_input()Conexus::TTY [virtual]
restart_output()Conexus::TTY [virtual]
rw_mode()Conexus::Serial [virtual]
Serial(const std::string &device=std::string(), ReadWrite rwmode=READ_WRITE)Conexus::Serial [protected]
SerialInterface()Conexus::SerialInterface [inline]
set_blocking(bool block=true)Conexus::FileDescriptor
set_byte_size(unsigned size, SetOption option=SET_NOW)Conexus::TTY [virtual]
set_close_on_destruct(bool value)Conexus::Endpoint
set_control_characters(int index, cc_t value, SetOption option=SET_NOW)Conexus::TTY
set_control_modes(tcflag_t cflag, SetOption option=SET_NOW)Conexus::TTY
set_default_read_timeout(Timeout t)Conexus::Endpoint
set_default_write_timeout(Timeout t)Conexus::Endpoint
set_device(const std::string &device, ReadWrite rwmode=READ_WRITE_UNCHANGED)Conexus::Serial [virtual]
set_fallback_read_size(size_t s)Conexus::Endpoint
set_flow_control(FlowControl flowcontrol, SetOption option=SET_NOW)Conexus::TTY [virtual]
set_input_modes(tcflag_t iflag, SetOption option=SET_NOW)Conexus::TTY
set_input_speed(unsigned speed, SetOption option=SET_NOW)Conexus::TTY [virtual]
set_local_modes(tcflag_t lflag, SetOption option=SET_NOW)Conexus::TTY
set_name(const std::string &n)Conexus::Object [inline]
set_output_modes(tcflag_t oflag, SetOption option=SET_NOW)Conexus::TTY
set_output_speed(unsigned speed, SetOption option=SET_NOW)Conexus::TTY [virtual]
set_parity(Parity parity, ParityError error=PARITY_ERROR_IGNORE, SetOption option=SET_NOW)Conexus::TTY [virtual]
set_read_terminate_immediate(bool i=true)Conexus::Endpoint
set_speed(unsigned speed, SetOption option=SET_NOW)Conexus::TTY [virtual]
set_state_closed()Conexus::Endpoint [protected, virtual]
set_state_opened()Conexus::Endpoint [protected, virtual]
set_stop_bits(unsigned size, SetOption option=SET_NOW)Conexus::TTY [virtual]
set_timestamp_received_data(bool t=true)Conexus::Endpoint [virtual]
SetOption enum nameConexus::TTY [related]
signal_byte_size_changed()Conexus::TTY [virtual]
signal_carrier_detect_changed()Conexus::TTY [virtual]
signal_closed()Conexus::Endpoint
signal_data()Conexus::Endpoint
signal_data_received_size()Conexus::Endpoint
signal_data_transmitted_size()Conexus::Endpoint
signal_device_changed()Conexus::Serial [virtual]
signal_disconnected()Conexus::Endpoint
signal_eof()Conexus::Endpoint
signal_flow_control_changed()Conexus::TTY [virtual]
signal_input_speed_changed()Conexus::TTY [virtual]
signal_name_changed()Conexus::Object [inline]
signal_opened()Conexus::Endpoint
signal_output_speed_changed()Conexus::TTY [virtual]
signal_parity_changed()Conexus::TTY [virtual]
signal_receiver_changed()Conexus::TTY [virtual]
signal_start_stop()Conexus::Endpoint
signal_stop_bits_changed()Conexus::TTY [virtual]
speed2unsigned(speed_t speed)Conexus::TTY [protected]
start()Conexus::Endpoint [virtual]
start(bool use_dispatcher)Conexus::Endpoint [virtual]
StartStop enum nameConexus::Endpoint [related]
state()Conexus::Endpoint
stop()Conexus::Endpoint [virtual]
stop_bits()Conexus::TTY [virtual]
suspend_input()Conexus::TTY [virtual]
suspend_output()Conexus::TTY [virtual]
tcsetattr(SetOption option)Conexus::TTY [protected]
TOS enum nameConexus::TTY [related]
TTY(const std::string &device=std::string(), ReadWrite rwmode=READ_WRITE)Conexus::TTY [protected]
TTYInterface()Conexus::TTYInterface [inline]
unsigned2speed(unsigned speed)Conexus::TTY [protected]
write(const void *data, size_t size)Conexus::Endpoint
write(const void *data, size_t size, Timeout timeout)Conexus::Endpoint
write(Endpoint::pointer source, size_t block_size=65535, bool keep_open=true)Conexus::Endpoint
write(const Data data)Conexus::Endpoint
write(const Data data, Timeout timeout)Conexus::Endpoint
write_data(const Data data, Timeout to)Conexus::FileDescriptor [protected, virtual]
~Endpoint()Conexus::Endpoint [virtual]
~FileDescriptor()Conexus::FileDescriptor [virtual]
~Object()Conexus::Object [inline]
~Serial()Conexus::Serial [virtual]
~SerialInterface()Conexus::SerialInterface [inline, virtual]
~TTY()Conexus::TTY [virtual]
~TTYInterface()Conexus::TTYInterface [inline, virtual]


Generated on Wed Jul 8 15:51:21 2009 for conexus by doxygen 1.5.8