summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/lib/RtecEventCommC.h
blob: 99f5e65bd8dbe695edf58a3e3cf00650f8dafb0f (plain)
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
// ******  Code generated by the The ACE ORB (TAO) IDL Compiler *******
// TAO ORB and the TAO IDL Compiler have been developed by Washington 
// University Computer Science's Distributed Object Computing Group.
//
// Information on TAO is available at
//                 http://www.cs.wustl.edu/~schmidt/TAO.html

#if !defined (_TAO_IDL_RTECEVENTCOMMC_H_)
#define _TAO_IDL_RTECEVENTCOMMC_H_

#include "tao/corba.h"

class RtecEventComm{
public:
  
#if !defined (_RTECEVENTCOMM_DISCONNECTED___PTR_CH_)
#define _RTECEVENTCOMM_DISCONNECTED___PTR_CH_

  class Disconnected;
  typedef Disconnected *Disconnected_ptr;
  
#endif // end #if !defined


#if !defined (_RTECEVENTCOMM_DISCONNECTED_CH_)
#define _RTECEVENTCOMM_DISCONNECTED_CH_

  class Disconnected : public virtual CORBA::UserException
  {
  public:
      Disconnected (void);
  };
  
  
#endif // end #if !defined

static CORBA::TypeCode_ptr _tc_Disconnected;

  struct EventData
  {
    CORBA::Long x;

    CORBA::Long y;

  };

  class EventData_var
  {
  public:
    EventData_var (void); // default constructor
    EventData_var (EventData *);
    EventData_var (const EventData_var &); // copy constructor
    ~EventData_var (void); // destructor
    
    EventData_var &operator= (EventData *);
    EventData_var &operator= (const EventData_var &);
    EventData *operator-> (void);
    const EventData *operator-> (void) const;
    
    operator const EventData &() const;
    operator EventData &();
    operator EventData &() const;
    // in, inout, out, _retn 
    const EventData &in (void) const;
    EventData &inout (void);
    EventData &out (void);
    EventData _retn (void);
    EventData *ptr(void) const;

  private:
    EventData *ptr_;
  };

  typedef EventData &EventData_out;

  static CORBA::TypeCode_ptr _tc_EventData;

  typedef CORBA::Long EventSourceID;typedef CORBA::Long_out EventSourceID_out;

  static CORBA::TypeCode_ptr _tc_EventSourceID;

  typedef CORBA::Long Time;typedef CORBA::Long_out Time_out;

  static CORBA::TypeCode_ptr _tc_Time;

  typedef CORBA::Long EventType;typedef CORBA::Long_out EventType_out;

  static CORBA::TypeCode_ptr _tc_EventType;

  struct Event
  {
    ACE_NESTED_CLASS (RtecEventComm,EventSourceID) source_;

    ACE_NESTED_CLASS (RtecEventComm,EventType) type_;

    ACE_NESTED_CLASS (RtecEventComm,Time) time_;

    ACE_NESTED_CLASS (RtecEventComm,EventData) data_;

  };

  class Event_var
  {
  public:
    Event_var (void); // default constructor
    Event_var (Event *);
    Event_var (const Event_var &); // copy constructor
    ~Event_var (void); // destructor
    
    Event_var &operator= (Event *);
    Event_var &operator= (const Event_var &);
    Event *operator-> (void);
    const Event *operator-> (void) const;
    
    operator const Event &() const;
    operator Event &();
    operator Event &() const;
    // in, inout, out, _retn 
    const Event &in (void) const;
    Event &inout (void);
    Event &out (void);
    Event _retn (void);
    Event *ptr(void) const;

  private:
    Event *ptr_;
  };

  typedef Event &Event_out;

  static CORBA::TypeCode_ptr _tc_Event;


#if !defined (_RTECEVENTCOMM__TAO__SEQ_EVENTSET_CH_)
#define _RTECEVENTCOMM__TAO__SEQ_EVENTSET_CH_

  // *************************************************************
  // class _tao__seq_EventSet
  // *************************************************************
  
  class _tao__seq_EventSet
  {
  public:
    _tao__seq_EventSet (void); // default constructor
    _tao__seq_EventSet (CORBA::ULong max);
    _tao__seq_EventSet (CORBA::ULong max, CORBA::ULong length, 
    	ACE_NESTED_CLASS (RtecEventComm,Event) *value, CORBA::Boolean release=CORBA::B_FALSE);
    _tao__seq_EventSet(const _tao__seq_EventSet &); // copy constructor
    ~_tao__seq_EventSet (void);
    _tao__seq_EventSet &operator= (const _tao__seq_EventSet &);
    CORBA::ULong maximum (void) const;
    void length (CORBA::ULong);
    CORBA::ULong length (void) const;
    ACE_NESTED_CLASS (RtecEventComm,Event) &operator[] (CORBA::ULong index);
    const ACE_NESTED_CLASS (RtecEventComm,Event) &operator[] (CORBA::ULong index) const;
    static ACE_NESTED_CLASS (RtecEventComm,Event) *allocbuf (CORBA::ULong nelems);
    static void freebuf (ACE_NESTED_CLASS (RtecEventComm,Event) *);
  private:
    CORBA::ULong maximum_;
    CORBA::ULong length_;
    ACE_NESTED_CLASS (RtecEventComm,Event) *buffer_;
    CORBA::Boolean release_;
  };
  typedef _tao__seq_EventSet* _tao__seq_EventSet_ptr;
  static CORBA::TypeCode_ptr _tc__tao__seq_EventSet;


#endif // end #if !defined


#if !defined (_RTECEVENTCOMM__TAO__SEQ_EVENTSET___VAR_CH_)
#define _RTECEVENTCOMM__TAO__SEQ_EVENTSET___VAR_CH_

// *************************************************************
  // class RtecEventComm::_tao__seq_EventSet_var
  // *************************************************************

  class _tao__seq_EventSet_var
  {
  public:
    _tao__seq_EventSet_var (void); // default constructor
    _tao__seq_EventSet_var (_tao__seq_EventSet *);
    _tao__seq_EventSet_var (const _tao__seq_EventSet_var &); // copy constructor
    ~_tao__seq_EventSet_var (void); // destructor
    
    _tao__seq_EventSet_var &operator= (_tao__seq_EventSet *);
    _tao__seq_EventSet_var &operator= (const _tao__seq_EventSet_var &);
    _tao__seq_EventSet *operator-> (void);
    const _tao__seq_EventSet *operator-> (void) const;
    
    operator const _tao__seq_EventSet &() const;
    operator _tao__seq_EventSet &();
    operator _tao__seq_EventSet &() const;
    ACE_NESTED_CLASS (RtecEventComm,Event) &operator[] (CORBA::ULong index);
    // in, inout, out, _retn 
    const _tao__seq_EventSet &in (void) const;
    _tao__seq_EventSet &inout (void);
    _tao__seq_EventSet *&out (void);
    _tao__seq_EventSet *_retn (void);
    _tao__seq_EventSet *ptr (void) const;

  private:
    _tao__seq_EventSet *ptr_;
  };


#endif // end #if !defined


#if !defined (_RTECEVENTCOMM__TAO__SEQ_EVENTSET___OUT_CH_)
#define _RTECEVENTCOMM__TAO__SEQ_EVENTSET___OUT_CH_

  class _tao__seq_EventSet_out
  {
  public:
    _tao__seq_EventSet_out (_tao__seq_EventSet *&);
    _tao__seq_EventSet_out (_tao__seq_EventSet_var &);
    _tao__seq_EventSet_out (_tao__seq_EventSet_out &);
    _tao__seq_EventSet_out &operator= (_tao__seq_EventSet_out &);
    _tao__seq_EventSet_out &operator= (_tao__seq_EventSet *);
    operator _tao__seq_EventSet *&();
    _tao__seq_EventSet *&ptr (void);
    _tao__seq_EventSet *operator-> (void);
    ACE_NESTED_CLASS (RtecEventComm,Event) &operator[] (CORBA::ULong index);
    
  private:
    _tao__seq_EventSet *&ptr_;
    // assignment from T_var not allowed
    void operator= (const _tao__seq_EventSet_var &);
  };


#endif // end #if !defined

  typedef ACE_NESTED_CLASS (RtecEventComm,_tao__seq_EventSet) EventSet;
  typedef ACE_NESTED_CLASS (RtecEventComm,_tao__seq_EventSet_var) EventSet_var;
  typedef ACE_NESTED_CLASS (RtecEventComm,_tao__seq_EventSet_out) EventSet_out;

  static CORBA::TypeCode_ptr _tc_EventSet;

  
#if !defined (_RTECEVENTCOMM_PUSHCONSUMER___PTR_CH_)
#define _RTECEVENTCOMM_PUSHCONSUMER___PTR_CH_

class PushConsumer;
  typedef PushConsumer *PushConsumer_ptr;
  
#endif // end #if !defined


#if !defined (_RTECEVENTCOMM_PUSHCONSUMER_CH_)
#define _RTECEVENTCOMM_PUSHCONSUMER_CH_

class PushConsumer: public virtual ACE_CORBA_1 (Object)
  {
  public:
    // the static operations
    static PushConsumer_ptr _duplicate (PushConsumer_ptr obj);
    static PushConsumer_ptr _narrow (CORBA::Object_ptr obj, CORBA::Environment &env);
    static PushConsumer_ptr _nil (void);
    static PushConsumer_ptr _bind (const char *host, CORBA::UShort port, const char *key, CORBA::Environment &env);

    virtual void push (const ACE_NESTED_CLASS (RtecEventComm,EventSet) &data, CORBA::Environment &env);
    virtual void disconnect_push_consumer (CORBA::Environment &env);
  protected:
    PushConsumer (void); // default constructor
    PushConsumer (STUB_Object *objref);
    virtual ~PushConsumer (void);
  private:
    PushConsumer (const PushConsumer&);
    void operator= (const PushConsumer&);
  };


#endif // end #if !defined


#if !defined (_RTECEVENTCOMM_PUSHCONSUMER___VAR_CH_)
#define _RTECEVENTCOMM_PUSHCONSUMER___VAR_CH_

  class PushConsumer_var
  {
  public:
    PushConsumer_var (void); // default constructor
    PushConsumer_var (PushConsumer_ptr);
    PushConsumer_var (const PushConsumer_var &); // copy constructor
    ~PushConsumer_var (void); // destructor
    
    PushConsumer_var &operator= (PushConsumer_ptr);
    PushConsumer_var &operator= (const PushConsumer_var &);
    PushConsumer_ptr operator-> (void) const;
    
    operator const PushConsumer_ptr &() const;
    operator PushConsumer_ptr &();
    // in, inout, out, _retn 
    PushConsumer_ptr in (void) const;
    PushConsumer_ptr &inout (void);
    PushConsumer_ptr &out (void);
    PushConsumer_ptr _retn (void);
    PushConsumer_ptr ptr (void) const;

  private:
    PushConsumer_ptr ptr_;
  };


#endif // end #if !defined


#if !defined (_RTECEVENTCOMM_PUSHCONSUMER___OUT_CH_)
#define _RTECEVENTCOMM_PUSHCONSUMER___OUT_CH_

  class PushConsumer_out
  {
  public:
    PushConsumer_out (PushConsumer_ptr &);
    PushConsumer_out (PushConsumer_var &);
    PushConsumer_out (PushConsumer_out &);
    PushConsumer_out &operator= (PushConsumer_out &);
    PushConsumer_out &operator= (const PushConsumer_var &);
    PushConsumer_out &operator= (PushConsumer_ptr);
    operator PushConsumer_ptr &();
    PushConsumer_ptr &ptr (void);
    PushConsumer_ptr operator-> (void);
    
  private:
    PushConsumer_ptr &ptr_;
  };


#endif // end #if !defined

  static CORBA::TypeCode_ptr _tc_PushConsumer;

  
#if !defined (_RTECEVENTCOMM_PUSHSUPPLIER___PTR_CH_)
#define _RTECEVENTCOMM_PUSHSUPPLIER___PTR_CH_

class PushSupplier;
  typedef PushSupplier *PushSupplier_ptr;
  
#endif // end #if !defined


#if !defined (_RTECEVENTCOMM_PUSHSUPPLIER_CH_)
#define _RTECEVENTCOMM_PUSHSUPPLIER_CH_

class PushSupplier: public virtual ACE_CORBA_1 (Object)
  {
  public:
    // the static operations
    static PushSupplier_ptr _duplicate (PushSupplier_ptr obj);
    static PushSupplier_ptr _narrow (CORBA::Object_ptr obj, CORBA::Environment &env);
    static PushSupplier_ptr _nil (void);
    static PushSupplier_ptr _bind (const char *host, CORBA::UShort port, const char *key, CORBA::Environment &env);

    virtual void disconnect_push_supplier (CORBA::Environment &env);
  protected:
    PushSupplier (void); // default constructor
    PushSupplier (STUB_Object *objref);
    virtual ~PushSupplier (void);
  private:
    PushSupplier (const PushSupplier&);
    void operator= (const PushSupplier&);
  };


#endif // end #if !defined


#if !defined (_RTECEVENTCOMM_PUSHSUPPLIER___VAR_CH_)
#define _RTECEVENTCOMM_PUSHSUPPLIER___VAR_CH_

  class PushSupplier_var
  {
  public:
    PushSupplier_var (void); // default constructor
    PushSupplier_var (PushSupplier_ptr);
    PushSupplier_var (const PushSupplier_var &); // copy constructor
    ~PushSupplier_var (void); // destructor
    
    PushSupplier_var &operator= (PushSupplier_ptr);
    PushSupplier_var &operator= (const PushSupplier_var &);
    PushSupplier_ptr operator-> (void) const;
    
    operator const PushSupplier_ptr &() const;
    operator PushSupplier_ptr &();
    // in, inout, out, _retn 
    PushSupplier_ptr in (void) const;
    PushSupplier_ptr &inout (void);
    PushSupplier_ptr &out (void);
    PushSupplier_ptr _retn (void);
    PushSupplier_ptr ptr (void) const;

  private:
    PushSupplier_ptr ptr_;
  };


#endif // end #if !defined


#if !defined (_RTECEVENTCOMM_PUSHSUPPLIER___OUT_CH_)
#define _RTECEVENTCOMM_PUSHSUPPLIER___OUT_CH_

  class PushSupplier_out
  {
  public:
    PushSupplier_out (PushSupplier_ptr &);
    PushSupplier_out (PushSupplier_var &);
    PushSupplier_out (PushSupplier_out &);
    PushSupplier_out &operator= (PushSupplier_out &);
    PushSupplier_out &operator= (const PushSupplier_var &);
    PushSupplier_out &operator= (PushSupplier_ptr);
    operator PushSupplier_ptr &();
    PushSupplier_ptr &ptr (void);
    PushSupplier_ptr operator-> (void);
    
  private:
    PushSupplier_ptr &ptr_;
  };


#endif // end #if !defined

  static CORBA::TypeCode_ptr _tc_PushSupplier;

};


#if defined (__ACE_INLINE__)
#include "RtecEventCommC.i"
#endif // defined INLINE


#endif // if !defined