2024-11-10 06:55:21 +00:00
|
|
|
#ifndef OBSCODE_H
|
|
|
|
#define OBSCODE_H
|
2025-04-16 16:43:47 +00:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <string.h>
|
2024-11-10 06:55:21 +00:00
|
|
|
/* convert RINEX obs-type ver.2 -> ver.3 -------------------------------------*/
|
|
|
|
void convcode(double ver, int sys, const char *str, char *type);
|
|
|
|
|
|
|
|
#endif
|