Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1090 → Rev 1091

/demos/trunk/bca/fab_lib/fab_show.h
1,83 → 1,83
/*
* Project: S.Ha.R.K.
*
* Coordinators:
* Giorgio Buttazzo <giorgio@sssup.it>
* Paolo Gai <pj@gandalf.sssup.it>
*
* Authors :
* Paolo Gai <pj@gandalf.sssup.it>
* Massimiliano Giorgi <massy@gandalf.sssup.it>
* Luca Abeni <luca@gandalf.sssup.it>
* (see the web pages for full authors list)
*
* ReTiS Lab (Scuola Superiore S.Anna - Pisa - Italy)
*
* http://www.sssup.it
* http://retis.sssup.it
* http://shark.sssup.it
*/
 
/* CVS : $Id: fab_show.h,v 1.1 2002-10-01 10:25:02 pj Exp $ */
 
/*
* Copyright (C) 2000 Fabio Calabrese <fabiocalabrese77@yahoo.it>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
 
/****************************************************
* *
* file: FAB_show.h *
* libreria: FAB_LIB *
* version: 1.0 25/08/2002 *
* creato da: Fabio CALABRESE *
* *
****************************************************
* *
* descrizione: libreria di funzioni per stampare *
* specifiche informazioni utili *
* riguardo lo stato del sistema. *
* *
****************************************************/
 
#ifndef __FAB_LIB__FAB_show_h__
#define __FAB_LIB__FAB_show_h__
//-------------------BEGIN---------------------------
 
// *** Librerie S.Ha.R.K ***
 
// *** Librerie Standard C ***
 
// *** Librerie FAB ***
#include "FAB_msg.h"
 
// -----------
// Definizioni
//----------------------
//----------------------
 
// ----------------
// Funzioni & Macro
//-------------------------------------------------
void FAB_show_sched_modules();
//--------------------------------------------------
 
 
// Altro...
 
//----------------------END--------------------------
#endif
/*
* Project: S.Ha.R.K.
*
* Coordinators:
* Giorgio Buttazzo <giorgio@sssup.it>
* Paolo Gai <pj@gandalf.sssup.it>
*
* Authors :
* Paolo Gai <pj@gandalf.sssup.it>
* Massimiliano Giorgi <massy@gandalf.sssup.it>
* Luca Abeni <luca@gandalf.sssup.it>
* (see the web pages for full authors list)
*
* ReTiS Lab (Scuola Superiore S.Anna - Pisa - Italy)
*
* http://www.sssup.it
* http://retis.sssup.it
* http://shark.sssup.it
*/
 
/* CVS : $Id: fab_show.h,v 1.2 2002-10-01 10:33:52 pj Exp $ */
 
/*
* Copyright (C) 2000 Fabio Calabrese <fabiocalabrese77@yahoo.it>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
 
/****************************************************
* *
* file: FAB_show.h *
* libreria: FAB_LIB *
* version: 1.0 25/08/2002 *
* creato da: Fabio CALABRESE *
* *
****************************************************
* *
* descrizione: libreria di funzioni per stampare *
* specifiche informazioni utili *
* riguardo lo stato del sistema. *
* *
****************************************************/
 
#ifndef __FAB_LIB__FAB_show_h__
#define __FAB_LIB__FAB_show_h__
//-------------------BEGIN---------------------------
 
// *** Librerie S.Ha.R.K ***
 
// *** Librerie Standard C ***
 
// *** Librerie FAB ***
#include "fab_msg.h"
 
// -----------
// Definizioni
//----------------------
//----------------------
 
// ----------------
// Funzioni & Macro
//-------------------------------------------------
void FAB_show_sched_modules();
//--------------------------------------------------
 
 
// Altro...
 
//----------------------END--------------------------
#endif