mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 13:07:34 +08:00
Callback type made visible
This commit is contained in:
@@ -64,9 +64,13 @@ public:
|
||||
};
|
||||
|
||||
|
||||
template <typename Callback>
|
||||
template <typename Callback_>
|
||||
class TimerEventForwarder : public TimerBase
|
||||
{
|
||||
public:
|
||||
typedef Callback_ Callback;
|
||||
|
||||
private:
|
||||
Callback callback_;
|
||||
|
||||
void handleTimerEvent(const TimerEvent& event)
|
||||
|
||||
Reference in New Issue
Block a user