NGCP / xbeeplus

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

Refactor Frame Classes #17

Open KarthikJay opened 7 years ago

KarthikJay commented 7 years ago

Refactor all Frame classes to make use of C++ 11 standard layout class types.

This promotes the use of better coding practices and easier to manipulate and expand the growing library of frame types.

References: PODS & Inheritance C++11 is_pod reference