Révision 160
Ajouté par anclaud il y a presque 4 ans
branch/CLAUD/sp4a12/main.c | ||
---|---|---|
void traitement(char * trame)
|
||
{
|
||
static int cpt = 0;
|
||
cpt++;
|
||
printf ("> %s\n",trame);
|
||
cpt++;
|
||
if (trame_cmp(trame,"GPGGA"))
|
||
{
|
||
printf ("> %s\n",trame);
|
||
}
|
||
}
|
||
|
||
//Ajouter vos tests unitaires dans cette fonction.
|
Formats disponibles : Unified diff
Question 6 1a : Affichage seulement des trames GPGGA