summaryrefslogtreecommitdiff
path: root/ACE/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qos.idl
blob: 5fd02be2704724d6443b73a1d98f0b5531630dd7 (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

/**
 * @file Kokyu_qos.idl
 *
 * $Id$
 *
 */

#ifndef _KOKYU_DSRT_QOS_PIDL_
#define _KOKYU_DSRT_QOS_PIDL_

#include "tao/TimeBase.pidl"
#include "tao/RTCORBA/RTCORBA_include.pidl"

#pragma prefix "omg.org"

module Kokyu
{
  typedef sequence<octet> GuidType;

  struct Svc_Ctxt_DSRT_QoS
  {
    GuidType guid;
    long importance;
    long criticality;
    RTCORBA::Priority desired_priority;
    TimeBase::TimeT deadline;
    TimeBase::TimeT estimated_initial_execution_time;
  };
};

#endif /* KOKYU_DSRT_QOS_PIDL */