Header file defining the Timed callback system. More...
#include "hqncall.h"
Data Structures | |
struct | SW_TIMER_20110324 |
Timed callback function pointer API version 20110324. More... | |
Macros | |
#define | hqn_timer_create timer_api->hqn_timer_create |
Create a timer to call a function on a timed schedule. More... | |
#define | hqn_timer_reset timer_api->hqn_timer_reset |
Set new delay and period for calling a timed callback. More... | |
#define | hqn_timer_destroy timer_api->hqn_timer_destroy |
Destroy a timer event. More... | |
Typedefs | |
typedef struct TIMER_HANDLE | hqn_timer_t |
Handle for a timed callback. | |
typedef void() | hqn_timer_callback_fn(hqn_timer_t *timer, void *data) |
Callback function for timers. More... | |
typedef struct SW_TIMER_20110324 | sw_timer_api_20110324 |
Timed callback function pointer API version 20110324. | |
Header file defining the Timed callback system.
Copyright (C) 2023 Global Graphics Software Ltd. All rights reserved. This source code contains the confidential and trade secret information of Global Graphics Software Ltd. It may not be used, copied or distributed for any reason except as set forth in the applicable Global Graphics license agreement.