Thomas Milburn
/
FBRDash-tom
can't push chnages :(
Fork of FBRDash by
Embed:
(wiki syntax)
Show/hide line numbers
Comms.h
00001 #ifndef FBRDASH_COMMS_H 00002 #define FBRDASH_COMMS_H 00003 00004 #include "State.h" 00005 00006 class Comms 00007 { 00008 public: 00009 Comms(State* _values); 00010 virtual void send(char message) {}; 00011 00012 protected: 00013 State* values; 00014 00015 void process_packet(unsigned char id, int length, unsigned char data[]); 00016 }; 00017 00018 #endif
Generated on Wed Jul 13 2022 14:23:01 by 1.7.2