00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef included_test_script_babel_PrivateRepository_IOR_h
00013 #define included_test_script_babel_PrivateRepository_IOR_h
00014
00015 #ifndef included_sidl_header_h
00016 #include "sidl_header.h"
00017 #endif
00018 struct sidl_rmi_InstanceHandle__object;
00019 #ifndef included_ccaffeine_ports_ComponentFactory_IOR_h
00020 #include "ccaffeine_ports_ComponentFactory_IOR.h"
00021 #endif
00022 #ifndef included_gov_cca_Port_IOR_h
00023 #include "gov_cca_Port_IOR.h"
00024 #endif
00025 #ifndef included_gov_cca_ports_ComponentRepository_IOR_h
00026 #include "gov_cca_ports_ComponentRepository_IOR.h"
00027 #endif
00028 #ifndef included_sidl_BaseClass_IOR_h
00029 #include "sidl_BaseClass_IOR.h"
00030 #endif
00031
00032 #ifdef __cplusplus
00033 extern "C" {
00034 #endif
00035
00036
00037
00038
00039
00040 struct test_script_babel_PrivateRepository__array;
00041 struct test_script_babel_PrivateRepository__object;
00042
00043
00044
00045
00046
00047 struct gov_cca_CCAException__array;
00048 struct gov_cca_CCAException__object;
00049 struct gov_cca_Component__array;
00050 struct gov_cca_Component__object;
00051 struct gov_cca_ComponentClassDescription__array;
00052 struct gov_cca_ComponentClassDescription__object;
00053 struct sidl_BaseException__array;
00054 struct sidl_BaseException__object;
00055 struct sidl_BaseInterface__array;
00056 struct sidl_BaseInterface__object;
00057 struct sidl_ClassInfo__array;
00058 struct sidl_ClassInfo__object;
00059 struct sidl_RuntimeException__array;
00060 struct sidl_RuntimeException__object;
00061 struct sidl_rmi_Call__array;
00062 struct sidl_rmi_Call__object;
00063 struct sidl_rmi_Return__array;
00064 struct sidl_rmi_Return__object;
00065
00066
00067
00068
00069
00070 struct test_script_babel_PrivateRepository__epv {
00071
00072
00073 void* (*f__cast)(
00074 struct test_script_babel_PrivateRepository__object* self,
00075 const char* name,
00076 struct sidl_BaseInterface__object **_ex);
00077
00078 void (*f__delete)(
00079 struct test_script_babel_PrivateRepository__object* self,
00080 struct sidl_BaseInterface__object **_ex);
00081
00082 void (*f__exec)(
00083 struct test_script_babel_PrivateRepository__object* self,
00084 const char* methodName,
00085 struct sidl_rmi_Call__object* inArgs,
00086 struct sidl_rmi_Return__object* outArgs,
00087 struct sidl_BaseInterface__object **_ex);
00088
00089 char* (*f__getURL)(
00090 struct test_script_babel_PrivateRepository__object* self,
00091 struct sidl_BaseInterface__object **_ex);
00092
00093 void (*f__raddRef)(
00094 struct test_script_babel_PrivateRepository__object* self,
00095 struct sidl_BaseInterface__object **_ex);
00096
00097 sidl_bool (*f__isRemote)(
00098 struct test_script_babel_PrivateRepository__object* self,
00099 struct sidl_BaseInterface__object **_ex);
00100
00101 void (*f__set_hooks)(
00102 struct test_script_babel_PrivateRepository__object* self,
00103 sidl_bool enable,
00104 struct sidl_BaseInterface__object **_ex);
00105
00106 void (*f__set_contracts)(
00107 struct test_script_babel_PrivateRepository__object* self,
00108 sidl_bool enable,
00109 const char* enfFilename,
00110 sidl_bool resetCounters,
00111 struct sidl_BaseInterface__object **_ex);
00112
00113 void (*f__dump_stats)(
00114 struct test_script_babel_PrivateRepository__object* self,
00115 const char* filename,
00116 const char* prefix,
00117 struct sidl_BaseInterface__object **_ex);
00118
00119 void (*f__ctor)(
00120 struct test_script_babel_PrivateRepository__object* self,
00121 struct sidl_BaseInterface__object **_ex);
00122
00123 void (*f__ctor2)(
00124 struct test_script_babel_PrivateRepository__object* self,
00125 void* private_data,
00126 struct sidl_BaseInterface__object **_ex);
00127
00128 void (*f__dtor)(
00129 struct test_script_babel_PrivateRepository__object* self,
00130 struct sidl_BaseInterface__object **_ex);
00131
00132 void (*f__load)(
00133 struct sidl_BaseInterface__object **_ex);
00134
00135 void (*f_addRef)(
00136 struct test_script_babel_PrivateRepository__object* self,
00137 struct sidl_BaseInterface__object **_ex);
00138 void (*f_deleteRef)(
00139 struct test_script_babel_PrivateRepository__object* self,
00140 struct sidl_BaseInterface__object **_ex);
00141 sidl_bool (*f_isSame)(
00142 struct test_script_babel_PrivateRepository__object* self,
00143 struct sidl_BaseInterface__object* iobj,
00144 struct sidl_BaseInterface__object **_ex);
00145 sidl_bool (*f_isType)(
00146 struct test_script_babel_PrivateRepository__object* self,
00147 const char* name,
00148 struct sidl_BaseInterface__object **_ex);
00149 struct sidl_ClassInfo__object* (*f_getClassInfo)(
00150 struct test_script_babel_PrivateRepository__object* self,
00151 struct sidl_BaseInterface__object **_ex);
00152
00153
00154
00155 struct gov_cca_ComponentClassDescription__array* (
00156 *f_getAvailableComponentClasses)(
00157 struct test_script_babel_PrivateRepository__object* self,
00158 struct sidl_BaseInterface__object **_ex);
00159
00160 struct gov_cca_Component__object* (*f_createComponentInstance)(
00161 struct test_script_babel_PrivateRepository__object* self,
00162 const char* className,
00163 struct sidl_BaseInterface__object **_ex);
00164 void (*f_destroyComponentInstance)(
00165 struct test_script_babel_PrivateRepository__object* self,
00166 const char* className,
00167 struct gov_cca_Component__object* c,
00168 struct sidl_BaseInterface__object **_ex);
00169
00170 void (*f_addDescription)(
00171 struct test_script_babel_PrivateRepository__object* self,
00172 const char* className,
00173 const char* classAlias,
00174 struct sidl_BaseInterface__object **_ex);
00175 };
00176
00177
00178
00179
00180
00181 struct test_script_babel_PrivateRepository__pre_epv {
00182 void (*f_addDescription_pre)(
00183 struct test_script_babel_PrivateRepository__object* self,
00184 const char* className,
00185 const char* classAlias,
00186 struct sidl_BaseInterface__object **_ex);
00187 void (*f_getAvailableComponentClasses_pre)(
00188 struct test_script_babel_PrivateRepository__object* self,
00189 struct sidl_BaseInterface__object **_ex);
00190 void (*f_createComponentInstance_pre)(
00191 struct test_script_babel_PrivateRepository__object* self,
00192 const char* className,
00193 struct sidl_BaseInterface__object **_ex);
00194 void (*f_destroyComponentInstance_pre)(
00195 struct test_script_babel_PrivateRepository__object* self,
00196 const char* className,
00197 struct gov_cca_Component__object* c,
00198 struct sidl_BaseInterface__object **_ex);
00199 };
00200
00201
00202
00203
00204
00205 struct test_script_babel_PrivateRepository__post_epv {
00206 void (*f_addDescription_post)(
00207 struct test_script_babel_PrivateRepository__object* self,
00208 const char* className,
00209 const char* classAlias,
00210 struct sidl_BaseInterface__object **_ex);
00211 void (*f_getAvailableComponentClasses_post)(
00212 struct test_script_babel_PrivateRepository__object* self,
00213 struct
00214 gov_cca_ComponentClassDescription__array* _retval,
00215 struct sidl_BaseInterface__object **_ex);
00216 void (*f_createComponentInstance_post)(
00217 struct test_script_babel_PrivateRepository__object* self,
00218 const char* className,
00219 struct gov_cca_Component__object* _retval,
00220 struct sidl_BaseInterface__object **_ex);
00221 void (*f_destroyComponentInstance_post)(
00222 struct test_script_babel_PrivateRepository__object* self,
00223 const char* className,
00224 struct gov_cca_Component__object* c,
00225 struct sidl_BaseInterface__object **_ex);
00226 };
00227
00228
00229
00230
00231
00232
00233 struct test_script_babel_PrivateRepository__cstats {
00234 sidl_bool use_hooks;
00235 };
00236
00237
00238
00239
00240
00241 struct test_script_babel_PrivateRepository__object {
00242 struct sidl_BaseClass__object d_sidl_baseclass;
00243 struct ccaffeine_ports_ComponentFactory__object
00244 d_ccaffeine_ports_componentfactory;
00245 struct gov_cca_Port__object d_gov_cca_port;
00246 struct gov_cca_ports_ComponentRepository__object
00247 d_gov_cca_ports_componentrepository;
00248 struct test_script_babel_PrivateRepository__epv* d_epv;
00249 struct test_script_babel_PrivateRepository__cstats d_cstats;
00250 void* d_data;
00251 };
00252
00253 struct test_script_babel_PrivateRepository__external {
00254 struct test_script_babel_PrivateRepository__object*
00255 (*createObject)(void* ddata, struct sidl_BaseInterface__object **_ex);
00256
00257 struct sidl_BaseClass__epv*(*getSuperEPV)(void);
00258 int d_ior_major_version;
00259 int d_ior_minor_version;
00260 };
00261
00262
00263
00264
00265
00266
00267
00268 const struct test_script_babel_PrivateRepository__external*
00269 test_script_babel_PrivateRepository__externals(void);
00270
00271 extern struct test_script_babel_PrivateRepository__object*
00272 test_script_babel_PrivateRepository__createObject(void* ddata,struct
00273 sidl_BaseInterface__object ** _ex);
00274
00275 extern void test_script_babel_PrivateRepository__init(
00276 struct test_script_babel_PrivateRepository__object* self, void* ddata, struct
00277 sidl_BaseInterface__object ** _ex);
00278
00279 extern void test_script_babel_PrivateRepository__getEPVs(
00280 struct sidl_BaseInterface__epv **s_arg_epv__sidl_baseinterface,
00281 struct sidl_BaseClass__epv **s_arg_epv__sidl_baseclass,
00282 struct ccaffeine_ports_ComponentFactory__epv
00283 **s_arg_epv__ccaffeine_ports_componentfactory,
00284 struct ccaffeine_ports_ComponentFactory__epv
00285 **s_arg_epv_hooks__ccaffeine_ports_componentfactory,
00286 struct gov_cca_Port__epv **s_arg_epv__gov_cca_port,
00287 struct gov_cca_Port__epv **s_arg_epv_hooks__gov_cca_port,
00288 struct gov_cca_ports_ComponentRepository__epv
00289 **s_arg_epv__gov_cca_ports_componentrepository,
00290 struct gov_cca_ports_ComponentRepository__epv
00291 **s_arg_epv_hooks__gov_cca_ports_componentrepository,
00292 struct test_script_babel_PrivateRepository__epv
00293 **s_arg_epv__test_script_babel_privaterepository,
00294 struct test_script_babel_PrivateRepository__epv
00295 **s_arg_epv_hooks__test_script_babel_privaterepository);
00296
00297 extern void test_script_babel_PrivateRepository__fini(
00298 struct test_script_babel_PrivateRepository__object* self, struct
00299 sidl_BaseInterface__object ** _ex);
00300
00301 extern void test_script_babel_PrivateRepository__IOR_version(int32_t *major,
00302 int32_t *minor);
00303
00304 struct gov_cca_Component__object*
00305 skel_test_script_babel_PrivateRepository_fconnect_gov_cca_Component(const
00306 char* url, sidl_bool ar, struct sidl_BaseInterface__object * *_ex);
00307 struct sidl_BaseInterface__object*
00308 skel_test_script_babel_PrivateRepository_fconnect_sidl_BaseInterface(const
00309 char* url, sidl_bool ar, struct sidl_BaseInterface__object * *_ex);
00310 struct test_script_babel_PrivateRepository__remote{
00311 int d_refcount;
00312 struct sidl_rmi_InstanceHandle__object *d_ih;
00313 };
00314
00315 #ifdef __cplusplus
00316 }
00317 #endif
00318 #endif