1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235
|
/*
* File: Overload_ParentTest_Impl.c
* Symbol: Overload.ParentTest-v1.0
* Symbol Type: class
* Babel Version: 0.10.2
* Description: Server-side implementation for Overload.ParentTest
*
* WARNING: Automatically generated; only changes within splicers preserved
*
* babel-version = 0.10.2
*/
/*
* DEVELOPERS ARE EXPECTED TO PROVIDE IMPLEMENTATIONS
* FOR THE FOLLOWING METHODS BETWEEN SPLICER PAIRS.
*/
/*
* Symbol "Overload.ParentTest" (version 1.0)
*
* This class is used as the work-horse, returning the value passed
* in.
*/
#include "Overload_ParentTest_Impl.h"
#line 27 "../../../../babel/regression/overload/libC/Overload_ParentTest_Impl.c"
/* DO-NOT-DELETE splicer.begin(Overload.ParentTest._includes) */
#include "sidl_String.h"
/* DO-NOT-DELETE splicer.end(Overload.ParentTest._includes) */
#line 31 "Overload_ParentTest_Impl.c"
/*
* Static class initializer called exactly once before any user-defined method is dispatched
*/
#undef __FUNC__
#define __FUNC__ "impl_Overload_ParentTest__load"
void
impl_Overload_ParentTest__load(
void)
{
#line 42 "../../../../babel/regression/overload/libC/Overload_ParentTest_Impl.c"
/* DO-NOT-DELETE splicer.begin(Overload.ParentTest._load) */
/* Insert the implementation of the static class initializer method here... */
/* DO-NOT-DELETE splicer.end(Overload.ParentTest._load) */
#line 48 "Overload_ParentTest_Impl.c"
}
/*
* Class constructor called when the class is created.
*/
#undef __FUNC__
#define __FUNC__ "impl_Overload_ParentTest__ctor"
void
impl_Overload_ParentTest__ctor(
/* in */ Overload_ParentTest self)
{
#line 57 "../../../../babel/regression/overload/libC/Overload_ParentTest_Impl.c"
/* DO-NOT-DELETE splicer.begin(Overload.ParentTest._ctor) */
/* Insert the implementation of the constructor method here... */
/* DO-NOT-DELETE splicer.end(Overload.ParentTest._ctor) */
#line 65 "Overload_ParentTest_Impl.c"
}
/*
* Class destructor called when the class is deleted.
*/
#undef __FUNC__
#define __FUNC__ "impl_Overload_ParentTest__dtor"
void
impl_Overload_ParentTest__dtor(
/* in */ Overload_ParentTest self)
{
#line 73 "../../../../babel/regression/overload/libC/Overload_ParentTest_Impl.c"
/* DO-NOT-DELETE splicer.begin(Overload.ParentTest._dtor) */
/* Insert the implementation of the destructor method here... */
/* DO-NOT-DELETE splicer.end(Overload.ParentTest._dtor) */
#line 83 "Overload_ParentTest_Impl.c"
}
/*
* Method: getValue[]
*/
#undef __FUNC__
#define __FUNC__ "impl_Overload_ParentTest_getValue"
int32_t
impl_Overload_ParentTest_getValue(
/* in */ Overload_ParentTest self)
{
#line 89 "../../../../babel/regression/overload/libC/Overload_ParentTest_Impl.c"
/* DO-NOT-DELETE splicer.begin(Overload.ParentTest.getValue) */
return 1;
/* DO-NOT-DELETE splicer.end(Overload.ParentTest.getValue) */
#line 101 "Overload_ParentTest_Impl.c"
}
/*
* Method: getValue[Int]
*/
#undef __FUNC__
#define __FUNC__ "impl_Overload_ParentTest_getValueInt"
int32_t
impl_Overload_ParentTest_getValueInt(
/* in */ Overload_ParentTest self,
/* in */ int32_t v)
{
#line 106 "../../../../babel/regression/overload/libC/Overload_ParentTest_Impl.c"
/* DO-NOT-DELETE splicer.begin(Overload.ParentTest.getValueInt) */
return v;
/* DO-NOT-DELETE splicer.end(Overload.ParentTest.getValueInt) */
#line 120 "Overload_ParentTest_Impl.c"
}
/*
* Method: getValue[Bool]
*/
#undef __FUNC__
#define __FUNC__ "impl_Overload_ParentTest_getValueBool"
sidl_bool
impl_Overload_ParentTest_getValueBool(
/* in */ Overload_ParentTest self,
/* in */ sidl_bool v)
{
#line 123 "../../../../babel/regression/overload/libC/Overload_ParentTest_Impl.c"
/* DO-NOT-DELETE splicer.begin(Overload.ParentTest.getValueBool) */
return v;
/* DO-NOT-DELETE splicer.end(Overload.ParentTest.getValueBool) */
#line 139 "Overload_ParentTest_Impl.c"
}
/*
* Method: getValue[Double]
*/
#undef __FUNC__
#define __FUNC__ "impl_Overload_ParentTest_getValueDouble"
double
impl_Overload_ParentTest_getValueDouble(
/* in */ Overload_ParentTest self,
/* in */ double v)
{
#line 140 "../../../../babel/regression/overload/libC/Overload_ParentTest_Impl.c"
/* DO-NOT-DELETE splicer.begin(Overload.ParentTest.getValueDouble) */
return v;
/* DO-NOT-DELETE splicer.end(Overload.ParentTest.getValueDouble) */
#line 158 "Overload_ParentTest_Impl.c"
}
/*
* Method: getValue[Dcomplex]
*/
#undef __FUNC__
#define __FUNC__ "impl_Overload_ParentTest_getValueDcomplex"
struct sidl_dcomplex
impl_Overload_ParentTest_getValueDcomplex(
/* in */ Overload_ParentTest self,
/* in */ struct sidl_dcomplex v)
{
#line 157 "../../../../babel/regression/overload/libC/Overload_ParentTest_Impl.c"
/* DO-NOT-DELETE splicer.begin(Overload.ParentTest.getValueDcomplex) */
return v;
/* DO-NOT-DELETE splicer.end(Overload.ParentTest.getValueDcomplex) */
#line 177 "Overload_ParentTest_Impl.c"
}
/*
* Method: getValue[Float]
*/
#undef __FUNC__
#define __FUNC__ "impl_Overload_ParentTest_getValueFloat"
float
impl_Overload_ParentTest_getValueFloat(
/* in */ Overload_ParentTest self,
/* in */ float v)
{
#line 174 "../../../../babel/regression/overload/libC/Overload_ParentTest_Impl.c"
/* DO-NOT-DELETE splicer.begin(Overload.ParentTest.getValueFloat) */
return v;
/* DO-NOT-DELETE splicer.end(Overload.ParentTest.getValueFloat) */
#line 196 "Overload_ParentTest_Impl.c"
}
/*
* Method: getValue[Fcomplex]
*/
#undef __FUNC__
#define __FUNC__ "impl_Overload_ParentTest_getValueFcomplex"
struct sidl_fcomplex
impl_Overload_ParentTest_getValueFcomplex(
/* in */ Overload_ParentTest self,
/* in */ struct sidl_fcomplex v)
{
#line 191 "../../../../babel/regression/overload/libC/Overload_ParentTest_Impl.c"
/* DO-NOT-DELETE splicer.begin(Overload.ParentTest.getValueFcomplex) */
return v;
/* DO-NOT-DELETE splicer.end(Overload.ParentTest.getValueFcomplex) */
#line 215 "Overload_ParentTest_Impl.c"
}
/*
* Method: getValue[String]
*/
#undef __FUNC__
#define __FUNC__ "impl_Overload_ParentTest_getValueString"
char*
impl_Overload_ParentTest_getValueString(
/* in */ Overload_ParentTest self,
/* in */ const char* v)
{
#line 208 "../../../../babel/regression/overload/libC/Overload_ParentTest_Impl.c"
/* DO-NOT-DELETE splicer.begin(Overload.ParentTest.getValueString) */
return sidl_String_strdup(v);
/* DO-NOT-DELETE splicer.end(Overload.ParentTest.getValueString) */
#line 234 "Overload_ParentTest_Impl.c"
}
|