Class FelixClientThreadExtension423

Inheritance Relationships

Base Type

Derived Type

Class Documentation

class FelixClientThreadExtension423 : public FelixClientThreadExtension422

Subclassed by FelixClientThreadExtension520

Public Functions

inline virtual ~FelixClientThreadExtension423()
virtual void user_timer_start(unsigned long interval) = 0

start user timer function in the eventloop thread

Parameters:

interval – interval time in ms.

virtual void user_timer_stop() = 0

stop user timer function in the eventloop thread

virtual void callback_on_user_timer(OnUserTimerCallback on_user_timer_cb) = 0

Execute a user timer function in the eventloop thread.

This function allows to execute a user timer function in the event loop thread.

Parameters:

on_user_timer_cb – function pointer to user timer function.