Projet

Général

Profil

« Précédent | Suivant » 

Révision 61

Ajouté par albeaufour il y a environ 4 ans

QUESTION 6 affichage de GPGGA

Voir les différences:

branch/beaufour/sp4a12/main.c
void traitement(char * trame)
{
static int cpt=0 ;
cpt++;
printf ("> %s\n",trame);
cpt++;
if (trame_cmp(trame,"GPGA"))
{
printf ("> %s\n",trame);
}
}

Formats disponibles : Unified diff