#include <wvmodem.h>
Inheritance diagram for WvModemBase:
Public Member Functions | |
WvModemBase (int _fd) | |
virtual | ~WvModemBase () |
virtual void | close () |
virtual bool | carrier () |
virtual int | speed (int _baud) |
int | getspeed () |
virtual void | hangup () |
WvModemBase (int _fd) | |
virtual | ~WvModemBase () |
virtual void | close () |
virtual bool | carrier () |
virtual int | speed (int _baud) |
int | getspeed () |
virtual void | hangup () |
Public Attributes | |
bool | die_fast |
Protected Member Functions | |
WvModemBase () | |
int | get_real_speed () |
WvModemBase () | |
int | get_real_speed () |
Protected Attributes | |
termios | t |
int | baud |
termios | t |
Definition at line 37 of file include/wvmodem.h.
|
Definition at line 43 of file include/wvmodem.h. |
|
Definition at line 41 of file wvmodem.cc. References get_real_speed(). |
|
Definition at line 47 of file wvmodem.cc. |
|
Definition at line 43 of file streams/wvmodem.h. |
|
|
|
|
|
do-nothing method that is not needed in WvModemBase |
|
do-nothing method that is not needed in WvModemBase Reimplemented in WvModem, and WvModem. Definition at line 80 of file wvmodem.cc. Referenced by hangup(). |
|
do-nothing method that is not needed in WvModemBase Reimplemented from WvStream. |
|
do-nothing method that is not needed in WvModemBase Reimplemented from WvStream. Reimplemented in WvModem, and WvModem. Definition at line 74 of file wvmodem.cc. |
|
|
|
Definition at line 53 of file wvmodem.cc. References SpeedLookup::baud, baud, WvStream::getrfd(), WvStream::isok(), speeds, and SpeedLookup::speedt. Referenced by WvModem::speed(), and WvModemBase(). |
|
this one really is needed Definition at line 71 of file streams/wvmodem.h. |
|
this one really is needed Definition at line 71 of file include/wvmodem.h. |
|
may need to hangup for redial reasons |
|
may need to hangup for redial reasons Definition at line 92 of file wvmodem.cc. References baud, carrier(), die_fast, WvStream::drain(), WvStream::getrfd(), WvStream::isok(), WvStream::select(), speed(), and WvStream::write(). Referenced by WvModem::close(). |
|
do-nothing method that is not needed in WvModemBase |
|
do-nothing method that is not needed in WvModemBase Reimplemented in WvModem, and WvModem. Definition at line 86 of file wvmodem.cc. References baud. Referenced by hangup(). |
|
Definition at line 41 of file streams/wvmodem.h. Referenced by get_real_speed(), hangup(), WvModem::speed(), speed(), and WvModem::WvModem(). |
|
Definition at line 48 of file streams/wvmodem.h. Referenced by hangup(), and WvModem::WvModem(). |
|
Definition at line 40 of file streams/wvmodem.h. |
|
Definition at line 40 of file include/wvmodem.h. Referenced by WvModem::setup_modem(). |