MOOS 0.2375
|
#include <AcousticTransceiver.h>
Classes | |
class | CPingReply |
Public Member Functions | |
bool | Iterate (double dfTimeNow) |
bool | IsReceiving (double dfTimeNow) |
bool | Ping (double dfTimeNow) |
CAcousticTransceiver () | |
virtual | ~CAcousticTransceiver () |
virtual bool | OnAcousticHit (CAcousticSignal &Signal, double dfTime) |
Public Attributes | |
double | m_dfRxWindow |
double | m_dfLastPingTime |
Protected Types | |
typedef list< CPingReply > | PING_REPLY_LIST |
Protected Member Functions | |
bool | LogReply (CPingReply &rReply) |
Protected Attributes | |
PING_REPLY_LIST | m_Replies |
bool | m_bIsReceiving |
Definition at line 48 of file AcousticTransceiver.h.
typedef list<CPingReply> CAcousticTransceiver::PING_REPLY_LIST [protected] |
Definition at line 74 of file AcousticTransceiver.h.
CAcousticTransceiver::CAcousticTransceiver | ( | ) |
Definition at line 48 of file AcousticTransceiver.cpp.
CAcousticTransceiver::~CAcousticTransceiver | ( | ) | [virtual] |
Definition at line 68 of file AcousticTransceiver.cpp.
bool CAcousticTransceiver::IsReceiving | ( | double | dfTimeNow | ) |
Definition at line 194 of file AcousticTransceiver.cpp.
bool CAcousticTransceiver::Iterate | ( | double | dfTimeNow | ) | [virtual] |
Reimplemented from CAcousticNode.
Definition at line 201 of file AcousticTransceiver.cpp.
bool CAcousticTransceiver::LogReply | ( | CAcousticTransceiver::CPingReply & | rReply | ) | [protected] |
Definition at line 234 of file AcousticTransceiver.cpp.
bool CAcousticTransceiver::OnAcousticHit | ( | CAcousticSignal & | Signal, |
double | dfTime | ||
) | [virtual] |
Reimplemented from CAcousticNode.
Definition at line 74 of file AcousticTransceiver.cpp.
bool CAcousticTransceiver::Ping | ( | double | dfTimeNow | ) |
Definition at line 156 of file AcousticTransceiver.cpp.
bool CAcousticTransceiver::m_bIsReceiving [protected] |
Definition at line 78 of file AcousticTransceiver.h.
Definition at line 60 of file AcousticTransceiver.h.
Definition at line 59 of file AcousticTransceiver.h.
PING_REPLY_LIST CAcousticTransceiver::m_Replies [protected] |
Definition at line 77 of file AcousticTransceiver.h.