#include <rxtimer.hh>
rxtimer::RxAutoTimerに対する継承グラフ
Public 型 | |
typedef void(* | OnTimeFunction )(RxAutoTimer *timer) |
Public メソッド | |
RxAutoTimer (OnTimeFunction on_time_function, int interval=1000, bool enabled=false) | |
void | time () |
void | set_interval (int milliseconds) |
int | get_interval () |
void | set_enabled (bool enabled) |
bool | get_enabled () |
Protected メソッド | |
void | on_time () |
void | setup_timer () |
void | cleanup_timer () |
Protected 変数 | |
OnTimeFunction | _on_time_function |
int | _id |
int | _interval |
bool | _enabled |
|
|
|
|
|
関数の呼び出しグラフ: ![]() |
|
|
|
|
|
rxtimer::RxTimerを実装しています. |
|
関数の呼び出しグラフ: ![]() |
|
関数の呼び出しグラフ: ![]() |
|
関数の呼び出しグラフ: ![]() |
|
関数の呼び出しグラフ: ![]() |
|
|
|
|
|
|
|
|