Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / orbsvcs / tests / Sched_Conf / Sched_Conf_Anomalies_Runtime.h
blob1be4a63169b4529c2d0395ed80fd6e72186252be
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
24 static ACE_Scheduler_Factory::POD_RT_Info infos[] = {
25 {"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}
27 {"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}
29 {"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}
31 {"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}
33 {"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}
35 {"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}
37 {"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}
39 {"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}
43 static int infos_size = sizeof(infos)/sizeof(infos[0]);
46 static ACE_Scheduler_Factory::POD_Config_Info configs[] = {
47 { 0, 15, (RtecScheduler::Dispatching_Type_t) 2 }
50 static int configs_size = sizeof(configs)/sizeof(configs[0]);
53 // This sets up Scheduler_Factory to use the runtime version.
54 int scheduler_factory_setup =
55 ACE_Scheduler_Factory::use_runtime (configs_size, configs, infos_size, infos);
57 // EOF