SatPass::SatPassData Struct Reference

#include <SatPass.hpp>

List of all members.

Public Member Functions

 SatPassData (unsigned short n=4)
 constructor
SatPassDataoperator= (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 & Destructor Documentation

SatPassData unsigned short  n = 4  )  [inline]
 

constructor

Parameters:
n the number of data types to be stored, default 4

Definition at line 377 of file SatPass.hpp.


Member Function Documentation

SatPassData& operator= const SatPassData right  )  throw () [inline]
 

Definition at line 386 of file SatPass.hpp.

References SatPass::data(), and SatPass::size().


Member Data Documentation

std::vector<double> data
 

data for one epoch of RINEX data

Definition at line 368 of file SatPass.hpp.

unsigned short flag
 

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.

std::vector<unsigned short> lli
 

loss-of-lock and signal-strength indicators (from RINEX) for data parallel to data vector

Definition at line 371 of file SatPass.hpp.

unsigned int ndt
 

time 'count' : time of data = FirstTime + ndt * dt + offset

Definition at line 364 of file SatPass.hpp.

std::vector<unsigned short> ssi
 

loss-of-lock and signal-strength indicators (from RINEX) for data parallel to data vector

Definition at line 371 of file SatPass.hpp.

double toffset
 

offset of time from integer number * dt since FirstTime.

Definition at line 366 of file SatPass.hpp.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 17 03:31:43 2013 for GPS ToolKit Software Library by  doxygen 1.3.9.1