Révision 47
Ajouté par begresset il y a plus de 4 ans
| branch/gresset/sp4a12/main.c | ||
|---|---|---|
|
|
||
|
//Fonction ? modifier !!!!!
|
||
|
void traitement(char * trame)
|
||
|
{
|
||
|
{
|
||
|
static int cpt=0 ;
|
||
|
cpt++;
|
||
|
printf ("> %s\n",trame);
|
||
|
}
|
||
|
|
||
| ... | ... | |
|
printf ("Erreur Test unitaire basique.\n");
|
||
|
exit(-1);
|
||
|
}
|
||
|
if (trame_cmp("$GPGGA suite chaine","GPGGA")!=1){
|
||
|
/* if (trame_cmp("$GPGGA suite chaine","GPGGA")!=1){
|
||
|
printf ("Erreur Test unitaire trame_cmp.\n");
|
||
|
exit(-1);
|
||
|
}
|
||
| ... | ... | |
|
if (trame_cmp("$APRMC...", "GPGGA")!=0){
|
||
|
printf ("Erreur Test unitaire trame_cmp.\n");
|
||
|
exit(-1);
|
||
|
}
|
||
|
}*/
|
||
|
}
|
||
|
|
||
|
// Ne pas modifier cette fonction
|
||
Formats disponibles : Unified diff
Réponse questions 1, 2 et 3.