Révision 67
Ajouté par Titouan PODGORSKI il y a environ 3 ans
branch/Podgorski/sp4a12/main.c | ||
---|---|---|
"$GPVTG,99.4,T,,M,0.4,N,0.7,K*57",
|
||
"$GPZDA,141914.00,01,02,2006,00,00*69",
|
||
0};
|
||
|
||
|
||
|
||
|
||
|
||
void decode_trame(char * tr, int n){
|
||
//implanter une partie de votre code ICI.
|
||
|
||
}
|
||
|
||
|
||
//Fonction ? modifier !!!!!
|
||
void traitement(char * trame)
|
||
{
|
||
{
|
||
static int cpt=0 ;
|
||
cpt++ ;
|
||
printf ("> %s\n",trame);
|
||
}
|
||
|
Formats disponibles : Unified diff
Ajout du compteur cpt dans la fonction traitement