Acoustic receiver.
More...
#include <JReceiver.hh>
|
| | JReceiver () |
| | Default constructor.
|
| |
| | JReceiver (const int id, const JVector3D &pos, const double t0_s) |
| | Constructor.
|
| |
| double | getT0 () const |
| | Get time offset of clock.
|
| |
| double | getT (const double t_s) const |
| | Get corrected time.
|
| |
| double | putT (const double t_s) const |
| | Get uncorrected time.
|
| |
Acoustic receiver.
Definition at line 27 of file JReceiver.hh.
◆ JReceiver() [1/2]
| JACOUSTICS::JReceiver::JReceiver |
( |
| ) |
|
|
inline |
◆ JReceiver() [2/2]
| JACOUSTICS::JReceiver::JReceiver |
( |
const int | id, |
|
|
const JVector3D & | pos, |
|
|
const double | t0_s ) |
|
inline |
Constructor.
- Parameters
-
| id | identifier |
| pos | position |
| t0_s | time offset of clock [s] |
Definition at line 46 of file JReceiver.hh.
48 :
49 JObjectID (id),
50 JPosition3D(pos),
52 {}
◆ getT0()
| double JACOUSTICS::JReceiver::getT0 |
( |
| ) |
const |
|
inline |
Get time offset of clock.
- Returns
- time offset [s]
Definition at line 60 of file JReceiver.hh.
◆ getT()
| double JACOUSTICS::JReceiver::getT |
( |
const double | t_s | ) |
const |
|
inline |
Get corrected time.
- Parameters
-
- Returns
- time [s]
Definition at line 72 of file JReceiver.hh.
◆ putT()
| double JACOUSTICS::JReceiver::putT |
( |
const double | t_s | ) |
const |
|
inline |
Get uncorrected time.
- Parameters
-
- Returns
- time [s]
Definition at line 84 of file JReceiver.hh.
◆ t0_s
| double JACOUSTICS::JReceiver::t0_s |
|
protected |
The documentation for this struct was generated from the following file: