File read.h

Defines

CHAR_SIZE

Functions

char *fpga_read()

read from the FPGA

void xprintf(uint8_t *data, uint32_t dlen)

auxillary print function

struct fpga_frame
#include <read.h>

FPGA frame data struct.

Public Members

int sof
int pkt_id
int dtype
int dlen
int phl_id
int reserved
char *data
int eof