sensortype.i
来自「gpstk1.5的有关内容 对于刚刚接触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 + -
显示快捷键?