Changeset 6812 in ntrip for trunk/BNC/src/t_prn.h


Ignore:
Timestamp:
May 5, 2015, 3:44:39 PM (9 years ago)
Author:
stoecker
Message:

integrate RTCM3 parsing into BNC and directly fill target structures, add doxygen documentation

Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src

    • Property svn:ignore
      •  

        old new  
        55debug
        66release
         7html
  • trunk/BNC/src/t_prn.h

    r6809 r6812  
    6666  }
    6767
     68  /**
     69   * Cleanup function resets all elements to initial state.
     70   */
     71  inline void clear(void)
     72  {
     73    _system = 'G';
     74    _number = 0;
     75  }
     76
    6877  operator unsigned() const;
    6978
Note: See TracChangeset for help on using the changeset viewer.