Warning: Can't use blame annotator:
svn blame failed on branches/fep_client_cpp/dummyserver/fep_server.c: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/branches/fep_client_cpp/dummyserver/fep_server.c @ 70

Revision 70, 4.7 KB checked in by jtorres, 9 years ago (diff)

expanded client

RevLine 
1/*
2 * This is sample code generated by rpcgen.
3 * These are only templates and you can use them
4 * as a guideline for developing your own functions.
5 */
6
7#include "fep.h"
8
9int *
10fep_getlineinfocount_32_svc(void *argp, struct svc_req *rqstp)
11{
12        static int  result;
13
14        /*
15         * insert server code here
16         */
17
18        return &result;
19}
20
21lineinfo_ret *
22fep_getlineinfo_32_svc(int *argp, struct svc_req *rqstp)
23{
24        static lineinfo_ret  result;
25
26        /*
27         * insert server code here
28         */
29
30        return &result;
31}
32
33lineinfo_ret *
34fep_getlineinfovalue_32_svc(int *argp, struct svc_req *rqstp)
35{
36        static lineinfo_ret  result;
37
38        /*
39         * insert server code here
40         */
41        return &result;
42}
43
44lineinfo_ret *
45fep_sendlineinfo_32_svc(fep_lineinfo *argp, struct svc_req *rqstp)
46{
47        static lineinfo_ret  result;
48
49        /*
50         * insert server code here
51         */
52
53        return &result;
54}
55
56std_time_ret *
57fep_gettime_32_svc(void *argp, struct svc_req *rqstp)
58{
59        static std_time_ret  result;
60
61        /*
62         * insert server code here
63         */
64
65        return &result;
66}
67
68std_time_ret *
69fep_settime_32_svc(fep_std_time *argp, struct svc_req *rqstp)
70{
71        static std_time_ret  result;
72
73        /*
74         * insert server code here
75         */
76
77        return &result;
78}
79
80std_time_ret *
81fep_advancetime_32_svc(int *argp, struct svc_req *rqstp)
82{
83        static std_time_ret  result;
84
85        /*
86         * insert server code here
87         */
88
89        return &result;
90}
91
92int *
93fep_getschedulecount_32_svc(void *argp, struct svc_req *rqstp)
94{
95        static int  result;
96
97        /*
98         * insert server code here
99         */
100
101        return &result;
102}
103
104schedule_ret *
105fep_getschedule_32_svc(int *argp, struct svc_req *rqstp)
106{
107        static schedule_ret  result;
108
109        /*
110         * insert server code here
111         */
112
113        return &result;
114}
115
116schedule_ret *
117fep_getschedulevalue_32_svc(int *argp, struct svc_req *rqstp)
118{
119        static schedule_ret  result;
120
121        /*
122         * insert server code here
123         */
124
125        return &result;
126}
127
128schedule_ret *
129fep_sendschedule_32_svc(fep_schedule *argp, struct svc_req *rqstp)
130{
131        static schedule_ret  result;
132
133        /*
134         * insert server code here
135         */
136
137        return &result;
138}
139
140errorstatus *
141fep_setlinemgr_schedule_32_svc(fep_setschedule *argp, struct svc_req *rqstp)
142{
143        static errorstatus  result;
144
145        /*
146         * insert server code here
147         */
148
149        return &result;
150}
151
152errorstatus *
153fep_free_schedule_32_svc(int *argp, struct svc_req *rqstp)
154{
155        static errorstatus  result;
156
157        /*
158         * insert server code here
159         */
160
161        return &result;
162}
163
164errorstatus *
165fep_idleline_32_svc(fep_lineop *argp, struct svc_req *rqstp)
166{
167        static errorstatus  result;
168
169        /*
170         * insert server code here
171         */
172
173        return &result;
174}
175
176errorstatus *
177fep_modemsignals_32_svc(fep_lineop *argp, struct svc_req *rqstp)
178{
179        static errorstatus  result;
180
181        /*
182         * insert server code here
183         */
184
185        return &result;
186}
187
188reply_ret *
189fep_getreply_32_svc(fep_reply_request *argp, struct svc_req *rqstp)
190{
191        static reply_ret  result;
192        /*
193         * insert server code here
194         */
195               
196        return &result;
197}
198
199errorstatus *
200fep_clearreply_32_svc(void *argp, struct svc_req *rqstp)
201{
202        static errorstatus  result;
203
204        /*
205         * insert server code here
206         */
207
208        return &result;
209}
210
211schedule_ret *
212fep_updateschedule_32_svc(fep_schedule *argp, struct svc_req *rqstp)
213{
214        static schedule_ret  result;
215
216        /*
217         * insert server code here
218         */
219
220        return &result;
221}
222
223int *
224fep_getreportcount_32_svc(void *argp, struct svc_req *rqstp)
225{
226        static int  result;
227
228        /*
229         * insert server code here
230         */
231
232        return &result;
233}
234
235report_ret *
236fep_getreport_32_svc(int *argp, struct svc_req *rqstp)
237{
238        static report_ret  result;
239
240        /*
241         * insert server code here
242         */
243
244        return &result;
245}
246
247report_ret *
248fep_getreportvalue_32_svc(int *argp, struct svc_req *rqstp)
249{
250        static report_ret  result;
251
252        /*
253         * insert server code here
254         */
255
256        return &result;
257}
258
259report_ret *
260fep_sendreport_32_svc(fep_report *argp, struct svc_req *rqstp)
261{
262        static report_ret  result;
263
264        /*
265         * insert server code here
266         */
267
268        return &result;
269}
270
271void *
272fep_reply_xfer_32_svc(fep_reply *argp, struct svc_req *rqstp)
273{
274        static reply_ret result;
275        return (void *) &result;
276}
277
278errorstatus *
279fep_set_debug_32_svc(int *argp, struct svc_req *rqstp)
280{
281        static errorstatus  result;
282
283        /*
284         * insert server code here
285         */
286
287        return &result;
288}
289
290int *
291fep_get_stack_left_32_svc(void *argp, struct svc_req *rqstp)
292{
293        static int  result;
294
295        /*
296         * insert server code here
297         */
298
299        return &result;
300}
301
302errorstatus *
303fep_setlmdebug_32_svc(fep_setschedule *argp, struct svc_req *rqstp)
304{
305        static errorstatus  result;
306
307        /*
308         * insert server code here
309         */
310
311        return &result;
312}
313
314errorstatus *
315fep_shutdown_32_svc(void *argp, struct svc_req *rqstp)
316{
317        static errorstatus  result;
318
319        /*
320         * insert server code here
321         */
322
323        return &result;
324}
325
326int *
327fep_initsystem_32_svc(int *argp, struct svc_req *rqstp)
328{
329        static int  result;
330
331        /*
332         * insert server code here
333         */
334
335        return &result;
336}
337
338int *
339fep_initrealix_32_svc(init_form *argp, struct svc_req *rqstp)
340{
341        static int  result;
342
343        /*
344         * insert server code here
345         */
346
347        return &result;
348}
Note: See TracBrowser for help on using the repository browser.