NGCP / xbeeplus

Cross-Platform C++11 Xbee Radio API
3 stars 0 forks source link

Case fall through #12

Closed KarthikJay closed 7 years ago

KarthikJay commented 7 years ago

In TransmitRequest.cpp: Starting at line 40, I have written up some examples of how case fall-through works. Simply implement it (including the bonus objective) For a hint, I've already implemented it in RequestPacket.hpp

Also make sure to clean up the utility function so that the third argument's logic is completely removed. Rename utility.cpp to utility.tpp (template implementation file)

KarthikJay commented 7 years ago

In TransmitRequest.cpp:

In RecievePacket.cpp: