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
|
# Name of the object
[object object1]
# Object priority, in RTCORBA.Priority'Range
priority=20000
# Name of the POA
[poa poa1]
# PriorityModelPolicy for POA
priority_model=SERVER_DECLARED
default_priority=40
# Threadpools attached to POA
threadpool_id=0
# Name of the POA
[poa poa2]
# PriorityModelPolicy for POA
priority_model=CLIENT_PROPAGATED
default_priority=0
# Threadpools attached to POA
threadpool_id=0
# Name of the POA
[poa poa3]
# POA with no defined policies
|