CassandraTopic_.py
Go to the documentation of this file.
00001 class CassandraTopic_(object):
00002     def __init__(self, MsgClass):
00003         self.MsgClass = MsgClass
00004         
00005     def getColumnValidationClasses(self):
00006         return {}
00007         
00008     def encode(self, msg):
00009         pass
00010     
00011     def decode(self, data):
00012         pass


cassandra_ros
Author(s): André Dietrich, Sebastian Zug
autogenerated on Mon Oct 6 2014 10:13:55