HTManager.h File Reference
#include "HTools.h"
Go to the source code of this file.
Classes | |
class | HTClient |
class | HTManager |
Typedefs | |
typedef bool(* | HTClientTickFunction) (float request_time, float actual_time, void *user_data) |
Enumerations | |
enum | HTCStyle { HTCS_Invalid, HTCS_Once, HTCS_Periodic, HTCS_PeriodicSkip } |
Detailed Description
Defines datatypes for the HTManager class
Typedef Documentation
◆ HTClientTickFunction
typedef bool(* HTClientTickFunction) (float request_time, float actual_time, void *user_data) |
var typedef bool(*HTClientTickFunction)(float request_time, float actual_time, void * user_data)
Enumeration Type Documentation
◆ HTCStyle
enum HTCStyle |
Indicates how timer events will be delivered