#include <SatPass.hpp>
Public Member Functions | |
| SatPassData (unsigned short n=4) | |
| constructor | |
| SatPassData & | operator= (const SatPassData &right) throw () |
Public Attributes | |
| unsigned short | flag |
| a flag (cf. | |
| unsigned int | ndt |
| time 'count' : time of data = FirstTime + ndt * dt + offset | |
| double | toffset |
| offset of time from integer number * dt since FirstTime. | |
| std::vector< double > | data |
| data for one epoch of RINEX data | |
| std::vector< unsigned short > | lli |
| loss-of-lock and signal-strength indicators (from RINEX) for data parallel to data vector | |
| std::vector< unsigned short > | ssi |
| loss-of-lock and signal-strength indicators (from RINEX) for data parallel to data vector | |
|
|
constructor
Definition at line 377 of file SatPass.hpp. |
|
|
Definition at line 386 of file SatPass.hpp. References SatPass::data(), and SatPass::size(). |
|
|
data for one epoch of RINEX data
Definition at line 368 of file SatPass.hpp. |
|
|
a flag (cf. SatPass::BAD, etc.) that is set to OK at creation then reset by other processing. Definition at line 362 of file SatPass.hpp. |
|
|
loss-of-lock and signal-strength indicators (from RINEX) for data parallel to data vector
Definition at line 371 of file SatPass.hpp. |
|
|
time 'count' : time of data = FirstTime + ndt * dt + offset
Definition at line 364 of file SatPass.hpp. |
|
|
loss-of-lock and signal-strength indicators (from RINEX) for data parallel to data vector
Definition at line 371 of file SatPass.hpp. |
|
|
offset of time from integer number * dt since FirstTime.
Definition at line 366 of file SatPass.hpp. |
1.3.9.1