X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fparser.h;h=b4e2f61d4382543553b5a6689c6d5d9c6987f773;hb=45add65abd59bd79f528501c85f3e5891a9c2c29;hp=22cff8b852b38e387675359eb71c428570120781;hpb=5f3952176a4e9a00ca8dd5ec4a6b994958f89e0a;p=bertos.git diff --git a/mware/parser.h b/mware/parser.h index 22cff8b8..b4e2f61d 100644 --- a/mware/parser.h +++ b/mware/parser.h @@ -1,7 +1,34 @@ /** * \file + * * * \version $Id$ * @@ -12,18 +39,6 @@ * \brief serial protocol parser and commands. */ -/*#* - *#* $Log$ - *#* Revision 1.3 2006/07/19 12:56:28 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.2 2006/06/12 21:37:02 marco - *#* implemented some commands (ver and sleep) - *#* - *#* Revision 1.1 2006/06/01 12:27:39 marco - *#* Added utilities for protocols - *#* - *#*/ #ifndef PARSER_H #define PARSER_H @@ -40,8 +55,8 @@ typedef enum { RC_ERROR = -1, ///< Reply with error. RC_OK = 0, ///< No reply (ignore reply arguments). - RC_REPLY = 1, ///< Reply command arguments. - RC_SKIP = 2 ///< Skip following commands + RC_REPLY = 1, ///< Reply command arguments. + RC_SKIP = 2 ///< Skip following commands } ResultCode; /** union that contains parameters passed to and from commands */