1 #ifndef __JACOUSTICS__JRECEIVER__
2 #define __JACOUSTICS__JRECEIVER__
14 namespace JACOUSTICS {}
15 namespace JPP {
using namespace JACOUSTICS; }
17 namespace JACOUSTICS {
72 double getT(
const double t_s)
const
84 double putT(
const double t_s)
const
Data structure for vector in three dimensions.
double getT0() const
Get time offset of clock.
double getT(const double t_s) const
Get corrected time.
Auxiliary class for object identification.
double putT(const double t_s) const
Get uncorrected time.
Data structure for position in three dimensions.
JReceiver()
Default constructor.
JReceiver(const int id, const JVector3D &pos, const double t0_s)
Constructor.