X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Fcmd_hunk.h;h=1cfb1139d5a48359bbdeb345ea27fd6e980cd341;hb=b46f64914c62fbb0297728280478681659469654;hp=a3dfff79fdd3d348df06729fcd0b17239b53ed33;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/mware/cmd_hunk.h b/bertos/mware/cmd_hunk.h index a3dfff79..1cfb1139 100644 --- a/bertos/mware/cmd_hunk.h +++ b/bertos/mware/cmd_hunk.h @@ -30,6 +30,9 @@ * Copyright 2004 Develer S.r.l. (http://www.develer.com/) * All Rights Reserved. * --> + * + * \brief Preprocessor magic to create hunks for the commands executed from the parser + * * This module permits to create hunks for the functions that must be executed through * RPC commands. For instance, given this code: * @@ -58,48 +61,11 @@ * library, available at http://www.boost.org). The version we developed the * code with is 1.31. * - * \version $Id$ * * \author Giovanni Bajo * - * \brief Preprocessor magic to create hunks for the commands executed from the parser - * */ -/*#* - *#* $Log$ - *#* Revision 1.2 2006/07/19 12:56:27 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.1 2006/06/01 12:27:39 marco - *#* Added utilities for protocols - *#* - *#* Revision 1.8 2005/01/12 20:06:31 rasky - *#* enum ResultCode è ora un typedef - *#* - *#* Revision 1.7 2004/12/14 15:10:53 user1 - *#* Bernardo e Francesco: Assegnazione di un codice di ritorno ai processi - *#* - *#* Revision 1.6 2004/12/02 17:43:15 rasky - *#* Aggiunta la possibilità di settare le flag dei comandi con la nuova macro DECLARE_CMD_HUNK_FLAGS (altrimenti, il default è zero) - *#* - *#* Revision 1.5 2004/10/16 13:20:15 rasky - *#* Aggiunto supporto per alias di uno stesso comando - *#* - *#* Revision 1.4 2004/08/25 14:17:10 rasky - *#* Aggiornato il comment block dei log RCS - *#* - *#* Revision 1.3 2004/07/31 22:00:07 rasky - *#* Fixata una dipendenza - *#* - *#* Revision 1.2 2004/07/31 14:32:58 rasky - *#* args e results possono overlapparsi sempre grazie ai thunk generati: eliminati i due array separati per risparmiare memoria - *#* - *#* Revision 1.1 2004/05/22 16:29:16 rasky - *#* Generazione degli hunk dei comandi RPC tramite preprocessore - *#* - *#*/ - #ifndef CMD_HUNK_H #define CMD_HUNK_H