You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
281 B
C++

#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()
{}