FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_dev48/devmwc.h

00001 /***************************************************************************
00002                           devmwc.h  -  description
00003                              -------------------
00004     begin                : Sat May 26 2001
00005     copyright            : (C) 2001 by Giuseppe Pierazzini
00006     email                : peppe@unipi.it
00007  ***************************************************************************/
00008 
00009 #ifndef DEVMWC_H
00010 #define DEVMWC_H
00011 
00012 #include "devcrn.h"
00013 
00017 //class MsBox;
00018 
00019 class DevMwc:public DevCrn
00020 // Cilindro con buco circolare interno
00021 {
00022   friend class MsBox;
00023   public:
00024   DevMwc(){devtype=TypDevMwc;devclass="Corona";};
00025   ~DevMwc(){};
00026   double x,y,xc,yc,tim;
00027   void  DataSmear();
00028   void  Prgeom();
00029   double sepm;
00030 
00031 };
00032 
00033 #if defined(MAIN)
00034 DevMwc *Cam1=0,*Cam2=0,*Cam3=0,*Cam4=0;
00035 #else
00036 extern DevMwc *Cam1,*Cam2,*Cam3,*Cam4;
00037 #endif
00038 
00039 
00040 
00041 
00042 
00043 
00044 
00045 #endif
 All Classes Namespaces Files Functions Variables