#include <revtStationGPSData_ROOT.h>
Public Member Functions | |
ClassDefNV (revtStationGPSData_ROOT, 1) | |
void | operator>> (revt::StationGPSData &s) const |
revtStationGPSData_ROOT () | |
revtStationGPSData_ROOT (const revt::StationGPSData &s) | |
Public Attributes | |
double | fCorrectedNanosecond = 0 |
int | fOffset = 0 |
unsigned int | fSecond = 0 |
Definition at line 22 of file revtStationGPSData_ROOT.h.
|
inline |
Definition at line 24 of file revtStationGPSData_ROOT.h.
revtStationGPSData_ROOT::revtStationGPSData_ROOT | ( | const revt::StationGPSData & | s | ) |
Definition at line 10 of file revtStationGPSData_ROOT.cc.
io::revtStationGPSData_ROOT::ClassDefNV | ( | revtStationGPSData_ROOT | , |
1 | |||
) |
void revtStationGPSData_ROOT::operator>> | ( | revt::StationGPSData & | s | ) | const |
Definition at line 18 of file revtStationGPSData_ROOT.cc.
References fCorrectedNanosecond, fOffset, fSecond, revt::StationGPSData::SetCorrectedNanosecond(), revt::StationGPSData::SetOffset(), and revt::StationGPSData::SetSecond().
double io::revtStationGPSData_ROOT::fCorrectedNanosecond = 0 |
Definition at line 32 of file revtStationGPSData_ROOT.h.
Referenced by operator>>().
int io::revtStationGPSData_ROOT::fOffset = 0 |
Definition at line 31 of file revtStationGPSData_ROOT.h.
Referenced by operator>>().
unsigned int io::revtStationGPSData_ROOT::fSecond = 0 |
Definition at line 30 of file revtStationGPSData_ROOT.h.
Referenced by operator>>().