Changeset 6813 in ntrip
- Timestamp:
- May 5, 2015, 4:23:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/t_prn.h ΒΆ
r6812 r6813 69 69 * Cleanup function resets all elements to initial state. 70 70 */ 71 inline void clear(void) 72 { 71 inline void clear(void) { 73 72 _system = 'G'; 74 73 _number = 0; 74 _flags = 0; 75 75 } 76 76
Note:
See TracChangeset
for help on using the changeset viewer.