FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_dev62/devchanti.h

00001 /***************************************************************************
00002                           DevChanti.h  -  description
00003                              -------------------
00004     begin                : Sat Jul 2011
00005     copyright            : (C) 2001 by Giuseppe Pierazzini
00006     email                : peppe@unipi.it
00007  ***************************************************************************/
00008 
00009 #ifndef DEVCHANTI_H
00010 #define DEVCHANTI_H
00011 
00012 #include "devrtrt.h"
00013 
00014 
00037 class DevChanti : public DevRtRt  {
00038 public: 
00039         DevChanti();
00040         ~DevChanti();
00041 virtual int SimulaDev();
00042 
00043 };
00044 
00045 #if defined(MAIN)
00046 DevChanti *Chanti=0;
00047 #else
00048 extern DevChanti *Chanti;
00049 #endif
00050 
00051 
00052 
00053 
00054 
00055 
00056 
00057 
00058 #endif
 All Classes Namespaces Files Functions Variables