Changeset 8204 in ntrip for trunk/BNC/src/bncantex.cpp
- Timestamp:
- Dec 11, 2017, 3:00:40 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncantex.cpp
r8078 r8204 75 75 itAnt.next(); 76 76 t_antMap* map = itAnt.value(); 77 cout << map->antName.to Ascii().data() << endl;77 cout << map->antName.toLatin1().data() << endl; 78 78 cout << " " << map->zen1 << " " << map->zen2 << " " << map->dZen << endl; 79 79 QMapIterator<t_frequency::type, t_frqMap*> itFrq(map->frqMap);
Note:
See TracChangeset
for help on using the changeset viewer.