Rearranged the packet and serial code to make more sense

This mostly just reimplements the best parts of the discarded branch:

> discard-encapsulated-packets

There may still be some work needed.
This commit is contained in:
Kayne Ruse
2014-08-31 13:24:53 +10:00
parent 6f4334f84d
commit 094efad728
38 changed files with 472 additions and 871 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
*/
#include "client_application.hpp"
#include "serial.hpp"
#include "serial_packet.hpp"
#include "config_utility.hpp"
#include <stdexcept>