Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os-example-mbed5-blinky by
Scheduler::IOnEvent Class Reference
Scheduler 的事件回调接口 More...
#include <baidu_ca_scheduler.h>
Inherited by SchedulerEventListener.
Public Member Functions | |
| virtual int | on_start ()=0 |
| Scheduler 在启动时的回调函数接口 | |
| virtual int | on_stop ()=0 |
| Scheduler 在停止时的回调函数接口 | |
| virtual int | on_action (const char *action)=0 |
| Scheduler 在有数据通信时的回调函数接口 | |
Detailed Description
Scheduler 的事件回调接口
Definition at line 24 of file baidu_ca_scheduler.h.
Member Function Documentation
| virtual int on_action | ( | const char * | action ) | [pure virtual] |
Scheduler 在有数据通信时的回调函数接口
| virtual int on_start | ( | ) | [pure virtual] |
Scheduler 在启动时的回调函数接口
| virtual int on_stop | ( | ) | [pure virtual] |
Scheduler 在停止时的回调函数接口
Generated on Tue Jul 12 2022 16:28:56 by
1.7.2
