Changeset 9650 in ntrip for trunk/BNC/src
- Timestamp:
- Mar 11, 2022, 9:52:23 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncsinextro.h
r7521 r9650 27 27 virtual void writeHeader(const QDateTime& datTim); 28 28 virtual void closeFile(); 29 QString _roverName;30 int _sampl;29 QString _roverName; 30 int _sampl; 31 31 const t_pppOptions* _opt; 32 bncAntex* _antex;33 double _antPCO[t_frequency::max];32 bncAntex* _antex; 33 double _antPCO[t_frequency::max]; 34 34 }; 35 35
Note:
See TracChangeset
for help on using the changeset viewer.