FlyoDoc_2011 Pisa 2011 by GmP --- 011

flyopunta/src/src_dev62/devchod.h

00001 /***************************************************************************
00002                           devchod.h  -  description
00003                              -------------------
00004     begin                : Sat Jul 28 2001
00005     copyright            : (C) 2001 by Giuseppe Pierazzini
00006     email                : peppe@unipi.it
00007  ***************************************************************************/
00008 
00009 #ifndef DEVCHODO_H
00010 #define DEVCHODO_H
00011 
00012 #include "devotcl.h"
00013 
00014 
00015 class DevChod : public DevOtCl  {
00016 public: 
00017         DevChod();
00018         ~DevChod();
00019 virtual int SimulaDev();
00020  double x,y;
00021  int Q1,Q2,Q3,Q4,Qx;
00022 };
00023 
00024 #if defined(MAIN)
00025 DevChod *hodo=0,*hodox=0,*hodoy=0;
00026 #else
00027 extern DevChod *hodo,*hodox,*hodoy;
00028 #endif
00029 
00030 
00031 
00032 
00033 
00034 
00035 
00036 
00037 #endif
 All Classes Namespaces Files Functions Variables