X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fparser.h;h=16fa4534974e8bf744aa1ee8225d410b7d2f1ad2;hb=02dcaca92dc3681f413a81617db6d985d4b0a99b;hp=b4e2f61d4382543553b5a6689c6d5d9c6987f773;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/mware/parser.h b/bertos/mware/parser.h index b4e2f61d..16fa4534 100644 --- a/bertos/mware/parser.h +++ b/bertos/mware/parser.h @@ -30,20 +30,22 @@ * All Rights Reserved. * --> * - * \version $Id$ - * - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo * \author Giovanni Bajo * - * \brief serial protocol parser and commands. + * \brief Channel protocol parser and commands. + * + * $WIZ$ module_name = "parser" + * $WIZ$ module_configuration = "bertos/cfg/cfg_parser.h" + * $WIZ$ module_depends = "kfile", "hashtable" */ -#ifndef PARSER_H -#define PARSER_H +#ifndef MWARE_PARSER_H +#define MWARE_PARSER_H -#include +#include /** Max number of arguments and results for each command */ #define PARSER_MAX_ARGS 8 @@ -181,5 +183,5 @@ bool parser_get_cmd_arguments(const char* line, const struct CmdTemplate* templ, bool parser_get_cmd_id(const char* line, unsigned long* ID); -#endif /* PARSER_H */ +#endif /* MWARE_PARSER_H */