spp/src/obscode.h

7 lines
190 B
C
Raw Normal View History

2024-11-10 06:55:21 +00:00
#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