source: tmcsimulator/branches/fep_client_cpp/fep_server.c @ 69

Revision 69, 4.8 KB checked in by jtorres, 9 years ago (diff)

checking in

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