#include <wvmodem.h>
Inheritance diagram for WvModemBase:
Public Methods | |
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 Methods | |
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 Reimplemented in WvModem. |
|
do-nothing method that is not needed in WvModemBase Reimplemented in WvModem. Definition at line 80 of file wvmodem.cc. Referenced by hangup. |
|
do-nothing method that is not needed in WvModemBase Reimplemented from WvStream. Reimplemented in WvModem. |
|
do-nothing method that is not needed in WvModemBase Reimplemented from WvStream. Reimplemented in 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, SpeedLookup::speedt, and t. Referenced by WvModem::speed, and WvModemBase. |
|
this one really is needed Definition at line 71 of file streams/wvmodem.h. References baud. |
|
this one really is needed Definition at line 71 of file include/wvmodem.h. References baud. |
|
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, t, and WvStream::write. Referenced by WvModem::close. |
|
do-nothing method that is not needed in WvModemBase Reimplemented in WvModem. |
|
do-nothing method that is not needed in WvModemBase Reimplemented in 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, getspeed, hangup, WvModem::setup_modem, 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 get_real_speed, hangup, WvModem::setup_modem, and WvModem::speed. |