|
dRonin
adbada4
dRonin firmware
|
Protected Member Functions | |
| virtual void | SetUp () |
| virtual void | TearDown () |
| void | pack_channels_10bit (uint16_t channels[DSM_CHANNELS_PER_FRAME], struct pios_dsm_state *state, bool frame) |
| pack data into DSM2 10 bit packets More... | |
| void | pack_channels_11bit (uint16_t channels[DSM_CHANNELS_PER_FRAME], struct pios_dsm_state *state, bool frame) |
| pack data into DSM2 11 bit packets More... | |
| int | validate_file (const char *fn, int resolution, int channels, bool skip) |
| int | get_packet (FILE *fid, uint8_t *buf) |
Protected Attributes | |
| struct pios_dsm_state * | state |
| struct pios_dsm_dev | dev |
Definition at line 67 of file unittest.cpp.