Goby3  3.1.4
2024.02.22
goby::acomms::OnCallBase Class Reference

#include <goby/acomms/modemdriver/iridium_driver_common.h>

Inheritance diagram for goby::acomms::OnCallBase:
goby::acomms::iridium::fsm::OnCall

Public Member Functions

 OnCallBase ()
 
double last_rx_tx_time () const
 
double last_rx_time () const
 
double last_tx_time () const
 
int last_bytes_sent () const
 
int total_bytes_sent () const
 
void set_bye_received (bool b)
 
void set_bye_sent (bool b)
 
bool bye_received () const
 
bool bye_sent () const
 
void set_last_tx_time (double d)
 
void set_last_rx_time (double d)
 
void set_last_bytes_sent (int i)
 

Detailed Description

Definition at line 53 of file iridium_driver_common.h.

Constructor & Destructor Documentation

◆ OnCallBase()

goby::acomms::OnCallBase::OnCallBase ( )
inline

Definition at line 56 of file iridium_driver_common.h.

Member Function Documentation

◆ bye_received()

bool goby::acomms::OnCallBase::bye_received ( ) const
inline

Definition at line 75 of file iridium_driver_common.h.

◆ bye_sent()

bool goby::acomms::OnCallBase::bye_sent ( ) const
inline

Definition at line 76 of file iridium_driver_common.h.

◆ last_bytes_sent()

int goby::acomms::OnCallBase::last_bytes_sent ( ) const
inline

Definition at line 69 of file iridium_driver_common.h.

◆ last_rx_time()

double goby::acomms::OnCallBase::last_rx_time ( ) const
inline

Definition at line 66 of file iridium_driver_common.h.

◆ last_rx_tx_time()

double goby::acomms::OnCallBase::last_rx_tx_time ( ) const
inline

Definition at line 65 of file iridium_driver_common.h.

◆ last_tx_time()

double goby::acomms::OnCallBase::last_tx_time ( ) const
inline

Definition at line 67 of file iridium_driver_common.h.

◆ set_bye_received()

void goby::acomms::OnCallBase::set_bye_received ( bool  b)
inline

Definition at line 72 of file iridium_driver_common.h.

◆ set_bye_sent()

void goby::acomms::OnCallBase::set_bye_sent ( bool  b)
inline

Definition at line 73 of file iridium_driver_common.h.

◆ set_last_bytes_sent()

void goby::acomms::OnCallBase::set_last_bytes_sent ( int  i)
inline

Definition at line 81 of file iridium_driver_common.h.

◆ set_last_rx_time()

void goby::acomms::OnCallBase::set_last_rx_time ( double  d)
inline

Definition at line 79 of file iridium_driver_common.h.

◆ set_last_tx_time()

void goby::acomms::OnCallBase::set_last_tx_time ( double  d)
inline

Definition at line 78 of file iridium_driver_common.h.

◆ total_bytes_sent()

int goby::acomms::OnCallBase::total_bytes_sent ( ) const
inline

Definition at line 70 of file iridium_driver_common.h.


The documentation for this class was generated from the following file: