Ordinateur de bord pour voiture de collection 7.1
|
Public Member Functions | |
def | __init__ (self, DefAlarmes, ListeClVar, HMI_) |
The constructor. More... | |
def | run (self) |
def | stop (self) |
Static Public Attributes | |
list | TabAlarme = [] |
float | TempsBoucle = 0.5 |
BOUCLE DE SURVEILLANCE DES ALARMES contient la liste des alarmes (variable TabAlarme)
def __init__ | ( | self, | |
DefAlarmes, | |||
ListeClVar, | |||
HMI_ | |||
) |
The constructor.
création de la boucle de surveillance des Alarmes
DefAlarmes | (list) : list of alarms |
ListeClVar | : must be the complet ListeClVar |
HMI_ | : must be the main window |
def run | ( | self | ) |
déclenché automatiquement pour arreter : passer ThreadAlarmes.Stop = True
def stop | ( | self | ) |
arreter le processus
|
static |
|
static |