82 payload->assign(
cbuf_);
bool consume_byte(char c)
Adds the next character from the source stream.
int offset_
offset of next byte in cbuf to write.
void frame_buffer(std::string *payload)
bool parse_frame_to_output(struct can_frame *output_frame)
Parses the current contents of the frame buffer to a can_frame struct.
char cbuf_[32]
Collects data from a partial GC packet.