#include <timer.h>
Graphe d'héritage de Timer:
Fonctions membres publiques | |
Timer (bool doRandom, CallBackObj *toCall) | |
virtual | ~Timer () |
void | Disable () |
Fonctions membres privées | |
void | CallBack () |
void | SetInterrupt () |
Attributs privés | |
bool | randomize |
CallBackObj * | callPeriodically |
bool | disable |
Définition à la ligne 28 du fichier timer.h.
|
Définition à la ligne 38 du fichier timer.cc. Références callPeriodically, disable, randomize, et SetInterrupt(). Voici le graphe d'appel pour cette fonction: |
|
|
|
Implémente CallBackObj. Définition à la ligne 53 du fichier timer.cc. Références CallBackObj::CallBack(), callPeriodically, et SetInterrupt(). Voici le graphe d'appel pour cette fonction: |
|
Définition à la ligne 35 du fichier timer.h. Références disable. |
|
Définition à la ligne 70 du fichier timer.cc. Références disable, randomize, TimerInt, et TimerTicks. Référencé par CallBack(), et Timer(). |
|
Définition à la ligne 41 du fichier timer.h. Référencé par CallBack(), et Timer(). |
|
Définition à la ligne 42 du fichier timer.h. Référencé par Disable(), SetInterrupt(), et Timer(). |
|
Définition à la ligne 40 du fichier timer.h. Référencé par SetInterrupt(), et Timer(). |