コード例 #1
0
def init():
    '''Do something that changes topic tree so exportTopicTree interesting'''
    def proto(msg, arg1=None):
        pass

    topic = pub.getOrCreateTopic('topic_2.subtopic_21', proto)
    topic.setDescription('description for subtopic 21')
コード例 #2
0
ファイル: kwargs_senders.py プロジェクト: oolsson/oo_eclipse
def init():
    '''Do something that changes topic tree so exportTopicTree interesting'''
    
    def proto(msg, arg1=None): pass
    topic = pub.getOrCreateTopic('topic_2.subtopic_21', proto)
    topic.setDescription( 'description for subtopic 21')
コード例 #3
0
ファイル: arg1_senders.py プロジェクト: achernet/wxPython
def init():
    '''Do something that changes topic tree so exportTopicTree interesting'''
    
    topic = pub.getOrCreateTopic('topic_2.subtopic_21')
    topic.setDescription( 'description for subtopic 21')
コード例 #4
0
def init():
    '''Do something that changes topic tree so exportTopicTree interesting'''

    topic = pub.getOrCreateTopic('topic_2.subtopic_21')
    topic.setDescription('description for subtopic 21')