#include "p_serial_packet.h" ps_packet::ps_packet() {} ps_packet::~ps_packet() {} // takes members and prepares the buffer for transmission bool ps_packet::encode(uint8_t* buffer) {} bool ps_packet::decode() {} bool ps_packet::validate() {} void ps_packet::calc_checksum() {}