Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / orbsvcs / tests / Sched_Conf / Sched_Conf_Anomalies_Runtime.h
blob6da2cf94406306b6c6946447b619d23fa72bbdb2
1 // This file was automatically generated by the Scheduler_Factory.
2 // Before editing the file please consider generating it again.
4 #include "orbsvcs/Scheduler_Factory.h"
7 // The following scheduling anomalies were detected:
8 ERROR: ST_UNRESOLVED_LOCAL_DEPENDENCIES
9 ERROR: The following entry points have unresolved local dependencies:
10 // unresolved_local_supplier
11 // unresolved_local_consumer
12 // both_unresolved_consumer_1
13 // both_unresolved_consumer_2
15 // WARNING: ST_UNRESOLVED_REMOTE_DEPENDENCIES
16 // WARNING: The following entry points have unresolved remote dependencies:
17 // unresolved_remote_supplier
18 // unresolved_remote_consumer
19 // both_unresolved_consumer_1
20 // both_unresolved_consumer_2
23 static ACE_Scheduler_Factory::POD_RT_Info infos[] = {
24 {"good_supplier", 1, 5000, 5000, 5000, 500000, (RtecScheduler::Criticality_t) 3, (RtecScheduler::Importance_t) 1, 0, 1, 15, 0, 0, (RtecScheduler::Info_Type_t) 0}
26 {"good_consumer", 2, 5000, 5000, 5000, 0, (RtecScheduler::Criticality_t) 3, (RtecScheduler::Importance_t) 1, 0, 0, 15, 1, 0, (RtecScheduler::Info_Type_t) 0}
28 {"unresolved_remote_supplier", 3, 5000, 5000, 5000, 0, (RtecScheduler::Criticality_t) 3, (RtecScheduler::Importance_t) 1, 0, 0, 0, 0, 0, (RtecScheduler::Info_Type_t) 3}
30 {"unresolved_remote_consumer", 4, 5000, 5000, 5000, 0, (RtecScheduler::Criticality_t) 3, (RtecScheduler::Importance_t) 1, 0, 0, 0, 0, 0, (RtecScheduler::Info_Type_t) 0}
32 {"unresolved_local_supplier", 5, 5000, 5000, 5000, 0, (RtecScheduler::Criticality_t) 3, (RtecScheduler::Importance_t) 1, 0, 0, 0, 0, 0, (RtecScheduler::Info_Type_t) 0}
34 {"unresolved_local_consumer", 6, 5000, 5000, 5000, 0, (RtecScheduler::Criticality_t) 3, (RtecScheduler::Importance_t) 1, 0, 0, 0, 0, 0, (RtecScheduler::Info_Type_t) 0}
36 {"both_unresolved_consumer_1", 7, 5000, 5000, 5000, 0, (RtecScheduler::Criticality_t) 3, (RtecScheduler::Importance_t) 1, 0, 0, 0, 0, 0, (RtecScheduler::Info_Type_t) 0}
38 {"both_unresolved_consumer_2", 8, 5000, 5000, 5000, 0, (RtecScheduler::Criticality_t) 3, (RtecScheduler::Importance_t) 1, 0, 0, 0, 0, 0, (RtecScheduler::Info_Type_t) 0}
41 static int infos_size = sizeof(infos)/sizeof(infos[0]);
44 static ACE_Scheduler_Factory::POD_Config_Info configs[] = {
45 { 0, 15, (RtecScheduler::Dispatching_Type_t) 2 }
48 static int configs_size = sizeof(configs)/sizeof(configs[0]);
51 // This sets up Scheduler_Factory to use the runtime version.
52 int scheduler_factory_setup =
53 ACE_Scheduler_Factory::use_runtime (configs_size, configs, infos_size, infos);
55 // EOF