sensortype.i
来自「1 gps基本算法」· I 代码 · 共 18 行
I
18 行
// GPSTk wrap for Python through SWIG 1.3.25// Two nested structs from RinexMetHeader.hppstruct sensorType{ std::string model; std::string type; double accuracy; RinexMetType obsType;};struct sensorPosType{ gpstk::Triple position; double height; RinexMetType obsType;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?