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