- Timestamp:
- Jul 24, 2012, 5:49:08 PM (12 years ago)
- Location:
- trunk/rtcm3torinex/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/lib/rtcm3torinexsupport.cpp
r4432 r4433 24 24 or read http://www.gnu.org/licenses/gpl.txt 25 25 */ 26 27 #include <string>28 extern "C" {29 #include "rtcm3torinex.h"30 }31 26 32 27 int rrinex3codetoentry(const char *code) -
trunk/rtcm3torinex/lib/rtcm3torinexsupport.h
r4420 r4433 23 23 */ 24 24 25 #include <string> 26 extern "C" { 27 #include "rtcm3torinex.h" 28 } 29 25 30 int rrinex3codetoentry(const char *code); 26 31 32 std::string entry2rinexcode(const char* codetype[GNSS_MAXSATS][GNSSENTRY_NUMBER], 33 int iSat, int iEntry) { 34 27 35 #endif /* RTCM3TORINEXSUPPORT_H */
Note:
See TracChangeset
for help on using the changeset viewer.