Timer List Functions


o init_timer_list
function to initialize a list.
o del_timer_list
function to delete a list.
o insert_item
this function inserts a timer_item into the list.
o remove_item
a function to remove a certain action item, then traverses the list from the start, updates length etc.
o 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 !!)
o update_item
function to be called, when a timer is reset.
o get_msecs_to_nexttimer
the semantics of this function :

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.