FactoryInit.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 # -*- coding: euc-jp -*-
00003 
00004 ##
00005 # @file FactoryInit.py
00006 # @brief factory initialization function
00007 # @date $Date: 2008-03-06 06:58:40 $
00008 # @author Noriaki Ando <n-ando@aist.go.jp>
00009 #
00010 # Copyright (C) 2009
00011 #     Task-intelligence Research Group,
00012 #     Intelligent Systems Research Institute,
00013 #     National Institute of
00014 #         Advanced Industrial Science and Technology (AIST), Japan
00015 #     All rights reserved.
00016 #
00017 
00018 import OpenRTM_aist
00019 
00020 def FactoryInit():
00021     # Buffers
00022     OpenRTM_aist.CdrRingBufferInit()
00023 
00024     # Threads
00025     OpenRTM_aist.DefaultPeriodicTaskInit()
00026 
00027     # Publishers
00028     OpenRTM_aist.PublisherFlushInit()
00029     OpenRTM_aist.PublisherNewInit()
00030     OpenRTM_aist.PublisherPeriodicInit()
00031 
00032     # Providers/Consumer
00033     OpenRTM_aist.InPortCorbaCdrProviderInit()
00034     OpenRTM_aist.InPortCorbaCdrConsumerInit()
00035     OpenRTM_aist.OutPortCorbaCdrConsumerInit()
00036     OpenRTM_aist.OutPortCorbaCdrProviderInit()
00037     


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Aug 27 2015 14:17:28