X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fparser.h;h=16fa4534974e8bf744aa1ee8225d410b7d2f1ad2;hb=72240301885fcf3156dd0cc82fa904c8d3286f50;hp=ebfda20734b38d026d5ebd0c27b96495b485fc9f;hpb=835ac7cb7d00f28233c0d1d222c688e4df3aba6d;p=bertos.git diff --git a/bertos/mware/parser.h b/bertos/mware/parser.h index ebfda207..16fa4534 100644 --- a/bertos/mware/parser.h +++ b/bertos/mware/parser.h @@ -30,19 +30,23 @@ * 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 MWARE_PARSER_H #define MWARE_PARSER_H +#include + /** Max number of arguments and results for each command */ #define PARSER_MAX_ARGS 8