Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 import OpenRTM_aist
00019
00020 def FactoryInit():
00021
00022 OpenRTM_aist.CdrRingBufferInit()
00023
00024
00025 OpenRTM_aist.DefaultPeriodicTaskInit()
00026
00027
00028 OpenRTM_aist.PublisherFlushInit()
00029 OpenRTM_aist.PublisherNewInit()
00030 OpenRTM_aist.PublisherPeriodicInit()
00031
00032
00033 OpenRTM_aist.InPortCorbaCdrProviderInit()
00034 OpenRTM_aist.InPortCorbaCdrConsumerInit()
00035 OpenRTM_aist.OutPortCorbaCdrConsumerInit()
00036 OpenRTM_aist.OutPortCorbaCdrProviderInit()
00037