Skip to content

Commit

Permalink
Changes to now use PacketDecoder to decoder incoming FreeEMS Packets
Browse files Browse the repository at this point in the history
  • Loading branch information
malcom2073 committed Oct 30, 2013
1 parent c3c7505 commit 043da02
Show file tree
Hide file tree
Showing 6 changed files with 831 additions and 600 deletions.
7 changes: 5 additions & 2 deletions plugins/freeems/freeems.pro
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ HEADERS += datapacketdecoder.h \
memorylocation.h \
emsdata.h \
rawdata.h \
ferawdata.h
ferawdata.h \
packetdecoder.h \
packet.h

SOURCES += fedatapacketdecoder.cpp \
fetable2ddata.cpp \
Expand All @@ -80,4 +82,5 @@ SOURCES += fedatapacketdecoder.cpp \
datafield.cpp \
memorylocation.cpp \
emsdata.cpp \
ferawdata.cpp
ferawdata.cpp \
packetdecoder.cpp
Loading

0 comments on commit 043da02

Please sign in to comment.