首页 > 软件网络

static const AP_Scheduler::Task

时间:2017-01-09  来源:  作者:

每天读一点儿APM(PIX)代码之一:调度总线AP_Scheduler - flyingxty...

static const AP_Scheduler::Task scheduler_tasks[] PROGMEM = { { read_radio, 1, 700 }, // 0 { check_short_failsafe, 1, 1000 }, { ahrs_update...

每天读一点儿APM(PIX)代码:调度总线AP_Scheduler-南昌圈圈网

static const AP_Scheduler::Task scheduler_tasks[] PROGMEM = { { read_radio, 1, 700 }...

Pixhawk源码笔记十:代码调度,使之定时运行_WalkAnt_新浪博客

static const AP_Scheduler::Task scheduler_tasks[] PROGMEM = {{ update_GPS, 2, 900 },{ update_nav_mode, 1, 400 },...

2016年度精品--10 代码调度,使之定时运行 - 豆丁网

static const AP_Scheduler::Task scheduler_tasks[] PROGMEM update_altitude,10, 1000 run_nav_updates,10, 800 slow_loop,10, 500 gcs_send_heartbeat,100,...

转载:Pixhawk源码笔记二:APM线程 - medy - 博客园

static const AP_Scheduler::Task scheduler_tasks[] PROGMEM = {{ ins_update, 1, 1000 },{ one_hz_print, 50, 1000 },...

Threading — Dev documentation

static const AP_Scheduler::Task scheduler_tasks[] PROGMEM = { { ins_update, 1, 1000 }, { one_hz_print, 50, 1000 }, { five_second_call, 250,...

转载:Pixhawk源码笔记二:APM线程 / 蓝讯

static const AP_Scheduler::Task scheduler_tasks[] PROGMEM = {{ ins_update, 1, 1 },{ one_hz_print, 50, 1 },{ five_second_call, 250, 1800 }...

Pixhawk源码笔记十:代码调度,使之定时运行_文档下载

static const AP_Scheduler::Task scheduler_tasks[] PROGMEM = { { update_GPS, 2, 900 }, { update_nav_mode, 1, 400 }, { medium_loop, 2, 700 ...

Pixhawk源码笔记二:APM线程-APM/Pixhawk-爱无人机-专注无人机开发...

static const AP_Scheduler::Task scheduler_tasks[] PROGMEM = {{ ins_update, 1, 1000 },{ one_hz_print, 50, 1000 },...
来顶一下
返回首页
返回首页
栏目更新
栏目热门