|
DESERT 3.6.1
|
#include <uwoptical-channel.h>


Public Member Functions | |
| UwOpticalChannel () | |
| virtual | ~UwOpticalChannel ()=default |
Public Member Functions inherited from UwElectroMagneticChannel | |
| UwElectroMagneticChannel () | |
| virtual | ~UwElectroMagneticChannel () |
| virtual void | recv (Packet *p, ChSAP *chsap) |
| virtual int | command (int argc, const char *const *argv) |
Additional Inherited Members | |
Protected Member Functions inherited from UwElectroMagneticChannel | |
| virtual double | getPropDelay (Position *s, Position *d) |
| void | sendUpPhy (Packet *p, ChSAP *chsap) |
Protected Attributes inherited from UwElectroMagneticChannel | |
| double | refractive_index |
| double | speed_of_light |
UwOpticalChannel extends Miracle channel class and implements the underwater optical channel.
Definition at line 48 of file uwoptical-channel.h.
| UwOpticalChannel::UwOpticalChannel | ( | ) |
Constructor of UwOpticalChannel class.
Definition at line 61 of file uwoptical-channel.cpp.
|
virtualdefault |
Destructor of UwOpticalChannel class.