-
init_timer_list - function to initialize a list.
-
del_timer_list - function to delete a list.
-
insert_item - this function inserts a timer_item into the list.
-
remove_item - a function to remove a certain action item, then traverses the list from the start, updates length etc.
-
get_item - a function to get the pointer to a certain action item, traverses the list copies the item into the provided pointer (reserve enough space !!)
-
update_item - function to be called, when a timer is reset.
-
get_msecs_to_nexttimer - the semantics of this function :
Alphabetic index Hierarchy of classes
This page was generated with the help of DOC++.