12 lines
209 B
C
12 lines
209 B
C
#ifndef TRANSMISSION_H
|
|
#define TRANSMISSION_H
|
|
|
|
void EnvoiRegulier(char * Allure, char * tension);
|
|
|
|
void EnvoiExceptionnel(char * msgAlarme);
|
|
|
|
void EnvoyerCaractere(void);
|
|
|
|
void ConfTransmission(void);
|
|
|
|
#endif
|