generic.py
Go to the documentation of this file.
00001 class Dummy(object):
00002     def __repr__(self):
00003         return self.__dict__.__repr__()
00004 
00005 def get_header_time(bag, topic):
00006     return bag._data[topic+'/_header_time']


starmac_tools
Author(s): bouffard
autogenerated on Sun Jan 5 2014 11:38:35