diff options
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC')
-rw-r--r-- | TAO/orbsvcs/examples/RtEC/IIOPGateway/ec.conf | 1 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/RtEC/IIOPGateway/gateway.conf | 1 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/RtEC/Kokyu/svc.conf | 1 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/RtEC/MCast/svc.conf | 1 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/RtEC/Schedule/svc.conf | 1 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/RtEC/Simple/ec.conf | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/IIOPGateway/ec.conf b/TAO/orbsvcs/examples/RtEC/IIOPGateway/ec.conf index 73633a3f946..912531e5bf7 100644 --- a/TAO/orbsvcs/examples/RtEC/IIOPGateway/ec.conf +++ b/TAO/orbsvcs/examples/RtEC/IIOPGateway/ec.conf @@ -1,4 +1,5 @@ # $Id$ + #static EC_Factory "-ECobserver basic -ECDispatching reactive -ECFiltering basic -ECSupplierFiltering per-supplier -ECProxyConsumerLock thread -ECProxySupplierLock thread -ECConsumerControl reactive -ECSupplierControl reactive -ECConsumerControlPeriod 50000 -ECSupplierControlPeriod 50000" static EC_Factory "-ECobserver basic " #static EC_Gateway_IIOP "-ECGIIOPConsumerECControl reactive" diff --git a/TAO/orbsvcs/examples/RtEC/IIOPGateway/gateway.conf b/TAO/orbsvcs/examples/RtEC/IIOPGateway/gateway.conf index 8319c781e4e..4095ec8acef 100644 --- a/TAO/orbsvcs/examples/RtEC/IIOPGateway/gateway.conf +++ b/TAO/orbsvcs/examples/RtEC/IIOPGateway/gateway.conf @@ -1,4 +1,5 @@ # $Id$ + #static EC_Factory "-ECobserver basic -ECDispatching reactive -ECFiltering basic -ECSupplierFiltering per-supplier -ECProxyConsumerLock thread -ECProxySupplierLock thread -ECConsumerControl reactive -ECSupplierControl reactive -ECConsumerControlPeriod 50000 -ECSupplierControlPeriod 50000" #static EC_Factory "-ECobserver basic " #dynamic Logger Service_Object * ACE:_make_ACE_Logging_Strategy() "-f STDERR|VERBOSE_LITE" diff --git a/TAO/orbsvcs/examples/RtEC/Kokyu/svc.conf b/TAO/orbsvcs/examples/RtEC/Kokyu/svc.conf index 60b006dd1ef..f7f7f34881a 100644 --- a/TAO/orbsvcs/examples/RtEC/Kokyu/svc.conf +++ b/TAO/orbsvcs/examples/RtEC/Kokyu/svc.conf @@ -1,3 +1,4 @@ # $Id$ + #change SCHED_OTHER to SCHED_FIFO or SCHED_RR to run in Real time class static EC_Factory "-ECProxyPushConsumerCollection mt:immediate:list -ECProxyPushSupplierCollection mt:immediate:list -ECdispatching kokyu SCHED_OTHER -ECscheduling kokyu -ECfiltering kokyu -ECproxyconsumerlock thread -ECproxysupplierlock thread -ECsupplierfiltering per-supplier" diff --git a/TAO/orbsvcs/examples/RtEC/MCast/svc.conf b/TAO/orbsvcs/examples/RtEC/MCast/svc.conf index d0297d4649e..9b72e028412 100644 --- a/TAO/orbsvcs/examples/RtEC/MCast/svc.conf +++ b/TAO/orbsvcs/examples/RtEC/MCast/svc.conf @@ -1,2 +1,3 @@ # $Id$ + static EC_Factory "-ECObserver basic -ECProxyPushConsumerCollection mt:copy_on_write:list -ECProxyPushSupplierCollection mt:copy_on_write:list -ECDispatching reactive -ECScheduling null -ECFiltering prefix -ECSupplierFilter per-supplier" diff --git a/TAO/orbsvcs/examples/RtEC/Schedule/svc.conf b/TAO/orbsvcs/examples/RtEC/Schedule/svc.conf index c0bbc7fc673..3bbb090cef1 100644 --- a/TAO/orbsvcs/examples/RtEC/Schedule/svc.conf +++ b/TAO/orbsvcs/examples/RtEC/Schedule/svc.conf @@ -1,2 +1,3 @@ # $Id$ + static EC_Factory "-ECProxyPushConsumerCollection mt:immediate:list -ECProxyPushSupplierCollection mt:immediate:list -ECdispatching priority -ECscheduling priority -ECfiltering priority -ECproxyconsumerlock thread -ECproxysupplierlock thread -ECsupplierfiltering per-supplier" diff --git a/TAO/orbsvcs/examples/RtEC/Simple/ec.conf b/TAO/orbsvcs/examples/RtEC/Simple/ec.conf index d3d61260f68..cb16e5dda92 100644 --- a/TAO/orbsvcs/examples/RtEC/Simple/ec.conf +++ b/TAO/orbsvcs/examples/RtEC/Simple/ec.conf @@ -1,2 +1,3 @@ # $Id$ + static EC_Factory "-ECDispatching reactive -ECFiltering basic -ECSupplierFiltering per-supplier -ECProxyConsumerLock thread -ECProxySupplierLock thread -ECConsumerControl reactive -ECSupplierControl reactive -ECConsumerControlPeriod 50000 -ECSupplierControlPeriod 50000" |