7 lines
190 B
C
7 lines
190 B
C
|
#ifndef OBSCODE_H
|
||
|
#define OBSCODE_H
|
||
|
|
||
|
/* convert RINEX obs-type ver.2 -> ver.3 -------------------------------------*/
|
||
|
void convcode(double ver, int sys, const char *str, char *type);
|
||
|
|
||
|
#endif
|