/* * Please do not edit this file. * It was generated using PAB's VML system. */ #ifndef _A2A_ARG_H_RPCGEN #define _A2A_ARG_H_RPCGEN #include #include #include #include #include CPS_START_NAMESPACE CPS_END_NAMESPACE #include CPS_START_NAMESPACE CPS_END_NAMESPACE #include CPS_START_NAMESPACE class VML; class A2AArg { public: bool Encode(char *filename,char *instance); bool Decode(char *filename,char *instance); bool Vml(VML *vmls,char *instance); int nl; int nhits; RandomType rand_type; int src_width; }; /* the xdr functions */ #ifdef __cplusplus extern "C" { #endif #if defined(__STDC__) || defined(__cplusplus) extern bool_t vml_A2AArg (VML *, char *instance, A2AArg*); #else /* K&R C */ extern bool_t vml_A2AArg (VML *, char *instance, A2AArg*); #endif /* K&R C */ #ifdef __cplusplus } #endif CPS_END_NAMESPACE #endif /* !_A2A_ARG_H_RPCGEN */