40#ifndef UNDERWATER_WOSS_CBR_H
41#define UNDERWATER_WOSS_CBR_H
44#include <cbr-module.h>
58 virtual void recv(Packet*);
61 virtual int command(
int argc,
const char*
const* argv);
72 void updateFirstTimeRx(
double time);
74 void updateLastTimeRx(
double time);
77 double getFirstTimeRx(){
return first_time_rx; }
79 double getLastTimeRx() {
return last_time_rx; }
Definition uw-woss-cbr.h:47