00001 #ifndef ROOT_StMicky
00002 #define ROOT_StMicky
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034 #include "Rtypes.h"
00035
00036 typedef struct {
00037 int iqbitw, iqchaw, itb, nlines, itimes;
00038 float timerd;
00039 int iflgu, lungu;
00040 float zergu, zerov[5], zerlev;
00041 int loglev, nfaipr, neachp, nfailt, nfail, ntest, mtestv[20];
00042 } PARAM;
00043
00044 typedef struct {
00045 float a[1000], b[1010];
00046 int ibcd[47], intg[100];
00047 } BLNK;
00048
00049 class StMicky {
00050 private:
00051 PARAM param_1;
00052 BLNK _BLNK__1;
00053 int *ia; int *ib;
00054 double *da; double *db;
00055 public:
00056 StMicky();
00057 BLNK &Blank() { return *(&(_BLNK__1)); }
00058 void Minit();
00059 void Mverif(int ntt, float *have, float *amust, int nn);
00060 void Newguy(const char *t1, const char *t2);
00061 void Prtest();
00062 PARAM &Param() { return *(¶m_1);}
00063 void Timing(int *) const{;}
00064 void Timed(float *) const{;}
00065
00066
00067 void Tmxm();
00068
00069 int ttrinv();
00070 int ttrla();
00071 int ttrcho();
00072 };
00073
00074
00075 #endif