/* * Please do not edit this file. * It was generated using PAB's VML system. */ #ifndef _POT_ARG_H_RPCGEN #define _POT_ARG_H_RPCGEN #include #include #include #include #include CPS_START_NAMESPACE class VML; class PotArg { public: bool Encode(char *filename,char *instance); bool Decode(char *filename,char *instance); bool Vml(VML *vmls,char *instance); int prop_dir; int therm_steps; int therm_meas; int xi; int check; int sweep; int max_X; int max_Y; int max_Z; int max_T; }; /* the xdr functions */ #ifdef __cplusplus extern "C" { #endif #if defined(__STDC__) || defined(__cplusplus) extern bool_t vml_PotArg (VML *, char *instance, PotArg*); #else /* K&R C */ extern bool_t vml_PotArg (VML *, char *instance, PotArg*); #endif /* K&R C */ #ifdef __cplusplus } #endif CPS_END_NAMESPACE #endif /* !_POT_ARG_H_RPCGEN */