📄 controller.i
字号:
%module Controller%{#include <controller/wrapper.h>%}%include typemaps.iintcontroller_connected( void );intcontroller_reset( const char * hostname, int port);voidcontroller_set( double north, double east, double down, double heading);intcontroller_step( double *OUTPUT, // north double *OUTPUT, // east double *OUTPUT, // down double *OUTPUT, // roll double *OUTPUT, // pitch double *OUTPUT // heading);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -