calcChecksum is now public

This commit is contained in:
Charles 2016-05-14 21:42:44 +02:00
parent f35138ebfe
commit d2b5a16450
1 changed files with 12 additions and 12 deletions

View File

@ -130,6 +130,7 @@ class TInfo
uint8_t valuesDump(void);
char * valueGet(char * name, char * value);
boolean listDelete();
unsigned char calcChecksum(char *etiquette, char *valeur) ;
private:
uint8_t clearBuffer();
@ -137,7 +138,6 @@ class TInfo
boolean valueRemove (char * name);
boolean valueRemoveFlagged(uint8_t flags);
int labelCount();
unsigned char calcChecksum(char *etiquette, char *valeur) ;
void customLabel( char * plabel, char * pvalue, uint8_t * pflags) ;
ValueList * checkLine(char * pline) ;