summaryrefslogtreecommitdiff
path: root/TAO/tao/RTScheduling/RTSchedulerA.cpp
blob: a3cfd02e3c4044dc4612a7ff9e422bfd04646271 (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
// -*- C++ -*-
//
// $Id$

// ****  Code generated by the The ACE ORB (TAO) IDL Compiler ****
// TAO and the TAO IDL Compiler have been developed by:
//       Center for Distributed Object Computing
//       Washington University
//       St. Louis, MO
//       USA
//       http://www.cs.wustl.edu/~schmidt/doc-center.html
// and
//       Distributed Object Computing Laboratory
//       University of California at Irvine
//       Irvine, CA
//       USA
//       http://doc.ece.uci.edu/
// and
//       Institute for Software Integrated Systems
//       Vanderbilt University
//       Nashville, TN
//       USA
//       http://www.isis.vanderbilt.edu/
//
// Information about TAO is available at:
//     http://www.cs.wustl.edu/~schmidt/TAO.html

#include "RTScheduler.h"
#include "tao/AnyTypeCode/Null_RefCount_Policy.h"
#include "tao/AnyTypeCode/TypeCode_Constants.h"
#include "tao/AnyTypeCode/Alias_TypeCode_Static.h"
#include "tao/AnyTypeCode/Enum_TypeCode_Static.h"
#include "tao/AnyTypeCode/Objref_TypeCode_Static.h"
#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h"
#include "tao/AnyTypeCode/String_TypeCode_Static.h"
#include "tao/AnyTypeCode/Struct_TypeCode_Static.h"
#include "tao/AnyTypeCode/TypeCode_Struct_Field.h"

// TAO_IDL - Generated from
// be\be_visitor_typecode/objref_typecode.cpp:76

static TAO::TypeCode::Objref<char const *,
                             TAO::Null_RefCount_Policy>
  _tao_tc_RTScheduling_ThreadAction (
    CORBA::tk_local_interface,
    "IDL:RTScheduling/ThreadAction:1.0",
    "ThreadAction");

namespace RTScheduling
{
  ::CORBA::TypeCode_ptr const _tc_ThreadAction =
    &_tao_tc_RTScheduling_ThreadAction;
}



// TAO_IDL - Generated from
// be\be_visitor_typecode/enum_typecode.cpp:34

static char const * const _tao_enumerators_RTScheduling_DistributableThread_DT_State[] =
  {
    "ACTIVE",
    "CANCELLED"

  };

static TAO::TypeCode::Enum<char const *,
                           char const * const *,
                           TAO::Null_RefCount_Policy>
  _tao_tc_RTScheduling_DistributableThread_DT_State (
    "IDL:RTScheduling/DistributableThread/DT_State:1.0",
    "DT_State",
    _tao_enumerators_RTScheduling_DistributableThread_DT_State,
    2);

::CORBA::TypeCode_ptr const RTScheduling::DistributableThread::_tc_DT_State =
  &_tao_tc_RTScheduling_DistributableThread_DT_State;

// TAO_IDL - Generated from
// be\be_visitor_typecode/objref_typecode.cpp:76

static TAO::TypeCode::Objref<char const *,
                             TAO::Null_RefCount_Policy>
  _tao_tc_RTScheduling_DistributableThread (
    CORBA::tk_local_interface,
    "IDL:RTScheduling/DistributableThread:1.0",
    "DistributableThread");

namespace RTScheduling
{
  ::CORBA::TypeCode_ptr const _tc_DistributableThread =
    &_tao_tc_RTScheduling_DistributableThread;
}



// TAO_IDL - Generated from
// be\be_visitor_typecode/struct_typecode.cpp:87

static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const * const _tao_fields_RTScheduling_Current_UNSUPPORTED_SCHEDULING_DISCIPLINE = 0;
static TAO::TypeCode::Struct<char const *,
                      CORBA::TypeCode_ptr const *,
                      TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *,
                      TAO::Null_RefCount_Policy>
  _tao_tc_RTScheduling_Current_UNSUPPORTED_SCHEDULING_DISCIPLINE (
    CORBA::tk_except,
    "IDL:RTScheduling/Current/UNSUPPORTED_SCHEDULING_DISCIPLINE:1.0",
    "UNSUPPORTED_SCHEDULING_DISCIPLINE",
    _tao_fields_RTScheduling_Current_UNSUPPORTED_SCHEDULING_DISCIPLINE,
    0);

::CORBA::TypeCode_ptr const RTScheduling::Current::_tc_UNSUPPORTED_SCHEDULING_DISCIPLINE =
  &_tao_tc_RTScheduling_Current_UNSUPPORTED_SCHEDULING_DISCIPLINE;

// TAO_IDL - Generated from
// be\be_visitor_typecode/alias_typecode.cpp:50



// TAO_IDL - Generated from
// be\be_visitor_typecode/typecode_defn.cpp:937


#ifndef _TAO_TYPECODE_RTScheduling_Current_IdType_GUARD
#define _TAO_TYPECODE_RTScheduling_Current_IdType_GUARD
namespace TAO
{
  namespace TypeCode
  {
    TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
                            TAO::Null_RefCount_Policy>
      RTScheduling_Current_IdType_0 (
        CORBA::tk_sequence,
        &CORBA::_tc_octet,
        0U);

    ::CORBA::TypeCode_ptr const tc_RTScheduling_Current_IdType_0 =
      &RTScheduling_Current_IdType_0;

  }
}


#endif /* _TAO_TYPECODE_RTScheduling_Current_IdType_GUARD */

static TAO::TypeCode::Alias<char const *,
                            CORBA::TypeCode_ptr const *,
                            TAO::Null_RefCount_Policy>
  _tao_tc_RTScheduling_Current_IdType (
    CORBA::tk_alias,
    "IDL:RTScheduling/Current/IdType:1.0",
    "IdType",
    &TAO::TypeCode::tc_RTScheduling_Current_IdType_0);

::CORBA::TypeCode_ptr const RTScheduling::Current::_tc_IdType =
  &_tao_tc_RTScheduling_Current_IdType;

// TAO_IDL - Generated from
// be\be_visitor_typecode/alias_typecode.cpp:50



// TAO_IDL - Generated from
// be\be_visitor_typecode/typecode_defn.cpp:937


#ifndef _TAO_TYPECODE_RTScheduling_Current_NameList_GUARD
#define _TAO_TYPECODE_RTScheduling_Current_NameList_GUARD
namespace TAO
{
  namespace TypeCode
  {
    TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *,
                            TAO::Null_RefCount_Policy>
      RTScheduling_Current_NameList_0 (
        CORBA::tk_sequence,
        &CORBA::_tc_string,
        0U);

    ::CORBA::TypeCode_ptr const tc_RTScheduling_Current_NameList_0 =
      &RTScheduling_Current_NameList_0;

  }
}


#endif /* _TAO_TYPECODE_RTScheduling_Current_NameList_GUARD */

static TAO::TypeCode::Alias<char const *,
                            CORBA::TypeCode_ptr const *,
                            TAO::Null_RefCount_Policy>
  _tao_tc_RTScheduling_Current_NameList (
    CORBA::tk_alias,
    "IDL:RTScheduling/Current/NameList:1.0",
    "NameList",
    &TAO::TypeCode::tc_RTScheduling_Current_NameList_0);

::CORBA::TypeCode_ptr const RTScheduling::Current::_tc_NameList =
  &_tao_tc_RTScheduling_Current_NameList;

// TAO_IDL - Generated from
// be\be_visitor_typecode/objref_typecode.cpp:76

static TAO::TypeCode::Objref<char const *,
                             TAO::Null_RefCount_Policy>
  _tao_tc_RTScheduling_Current (
    CORBA::tk_local_interface,
    "IDL:RTScheduling/Current:1.0",
    "Current");

namespace RTScheduling
{
  ::CORBA::TypeCode_ptr const _tc_Current =
    &_tao_tc_RTScheduling_Current;
}



// TAO_IDL - Generated from
// be\be_visitor_typecode/objref_typecode.cpp:76

static TAO::TypeCode::Objref<char const *,
                             TAO::Null_RefCount_Policy>
  _tao_tc_RTScheduling_ResourceManager (
    CORBA::tk_local_interface,
    "IDL:RTScheduling/ResourceManager:1.0",
    "ResourceManager");

namespace RTScheduling
{
  ::CORBA::TypeCode_ptr const _tc_ResourceManager =
    &_tao_tc_RTScheduling_ResourceManager;
}



// TAO_IDL - Generated from
// be\be_visitor_typecode/struct_typecode.cpp:87

static TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const * const _tao_fields_RTScheduling_Scheduler_INCOMPATIBLE_SCHEDULING_DISCIPLINES = 0;
static TAO::TypeCode::Struct<char const *,
                      CORBA::TypeCode_ptr const *,
                      TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const *,
                      TAO::Null_RefCount_Policy>
  _tao_tc_RTScheduling_Scheduler_INCOMPATIBLE_SCHEDULING_DISCIPLINES (
    CORBA::tk_except,
    "IDL:RTScheduling/Scheduler/INCOMPATIBLE_SCHEDULING_DISCIPLINES:1.0",
    "INCOMPATIBLE_SCHEDULING_DISCIPLINES",
    _tao_fields_RTScheduling_Scheduler_INCOMPATIBLE_SCHEDULING_DISCIPLINES,
    0);

::CORBA::TypeCode_ptr const RTScheduling::Scheduler::_tc_INCOMPATIBLE_SCHEDULING_DISCIPLINES =
  &_tao_tc_RTScheduling_Scheduler_INCOMPATIBLE_SCHEDULING_DISCIPLINES;

// TAO_IDL - Generated from
// be\be_visitor_typecode/objref_typecode.cpp:76

static TAO::TypeCode::Objref<char const *,
                             TAO::Null_RefCount_Policy>
  _tao_tc_RTScheduling_Scheduler (
    CORBA::tk_local_interface,
    "IDL:RTScheduling/Scheduler:1.0",
    "Scheduler");

namespace RTScheduling
{
  ::CORBA::TypeCode_ptr const _tc_Scheduler =
    &_tao_tc_RTScheduling_Scheduler;
}