/* Data area of da__o starter. Comments with '$' as the first letter describe appearence of parameters on the screen. */ /*$t Starter*/ typedef struct da___o_Data { /*$t Initial point*/ double *Tdef; /* if the user did not specified time */ /*$=_slv 1-%Time | - n time | "0" */ /*$ 1-%Time | + n time | "0" */ double *T; /* if he/she did */ /*$=_slv %Time | - n @Time { $Time} | "0" %LCode(Time) */ /*$ %Time | + n @Time { $Time} | "0" %LCode(Time) */ double *X; /* Init point: phase components */ /*$=_slv %Phase | - n @Phase { $Phase} | "0" %LCode(Phase) */ /*$ %Phase | + n @Phase { $Phase} | "0" %LCode(Phase) */ double *P; /* Init point: parameters components */ /*$=_slv %Par | - n @Par { $Par} | "0" %LCode(par) */ /*$ %Par | + n @Par { $Par} | "0" %LCode(par) */ /*$t User defined functions*/ char *ActiveUserTest; /* LOCCL_AUS */ /*$=_slv %UserFunc | - S ignore detect monitor | @UserFunc { $UserFunc} | "0" %Code(SPECCL_AUS) */ /*$ %UserFunc | + S ignore detect monitor | @UserFunc { $UserFunc} | "0" %Code(SPECCL_AUS) */ /*$t Set initial point*/ FuncPar(void,SetInitPoint,(struct da___o_Data * _ptr)); /*$=_slv 1 | - f SetInitPoint | "" */ /*$ 1 | + f SetInitPoint | "" */ } da__o_Data, * da__o_DataPtr;