Blame |
Last modification |
View Log
| SVN
| RSS feed
###########################################################
#
# This class represents a can packet which should be
# identifiable by its type and contents
#
###########################################################
class CanPkt:
pass