1 // ===========================================================================
7 // Data struct and termination interface for the
8 // DOVE Persian Recursion Demo.
11 // Chris Gill <cdgill@cs.wustl.edu>
13 // ============================================================================
15 #ifndef TAO_PERSIAN_RECURSION_IDL
16 #define TAO_PERSIAN_RECURSION_IDL
18 #include
"TimeBase.idl"
19 #include
"RtecScheduler.idl"
22 module PersianRecursion
25 // Defines the criticality of the operation.
26 // For use with Dynamic Scheduler.
39 RtecScheduler
::Criticality_t criticality_level
;
42 Line_Color_t line_color
;
49 TimeBase
::TimeT computation_time
;
55 // This interface specifies a single operation, used
56 // to shut down the orb. This allows the orb to
57 // be shut down cleanly, from within a synchronously
58 // servant dispatched servant, but with the request
59 // originating from another thread.
66 #endif
/* TAO_PERSIAN_RECURSION_IDL */