Defines | |
#define | DIAG_BYTES_PER_LINE 32 |
Number of bytes per line to display when reading flight data recorder. | |
Functions | |
void | diagEraseFlash () |
Process the command to erase the data logger flash. | |
void | diagReadFlash () |
Process the command to dump the contents of the data logger flash. | |
void | diagMenu () |
Display the engineering mode menu. | |
void | diagPort () |
Process commands through the external RS-232 port. |
#define DIAG_BYTES_PER_LINE 32 |
Number of bytes per line to display when reading flight data recorder.
Referenced by diagReadFlash().
void diagEraseFlash | ( | ) |
Process the command to erase the data logger flash.
References flashErase().
Referenced by diagPort().
void diagMenu | ( | ) |
void diagPort | ( | ) |
Process commands through the external RS-232 port.
References DDS_MODE_POWERDOWN, DDS_MODE_PSK31, ddsPhase(), ddsSetAmplitude(), ddsSetFreq(), ddsSetMode(), diagEraseFlash(), diagMenu(), diagReadFlash(), flashReadElectronicSignature(), gpsPowerOff(), gpsPowerOn(), IO_BALLAST_PUMP, IO_CUT_DOWN, IO_LED, IO_OSK, lm92GetTemp(), logInit(), and sysPAOutput().
Referenced by main().
void diagReadFlash | ( | ) |
Process the command to dump the contents of the data logger flash.
References DIAG_BYTES_PER_LINE, and flashReadBlock().
Referenced by diagPort().