Add output line drive and partial hardware sync

r1112 | dcl | 2006-09-07 16:48:08 +1000 (Thu, 07 Sep 2006) | 2 lines
This commit is contained in:
Douglas Clowes
2006-09-07 16:48:08 +10:00
parent f855eea8bf
commit 99ebb2e910
7 changed files with 535 additions and 252 deletions

View File

@@ -35,6 +35,10 @@ typedef struct parameter_t
bool range_gate_enable;
/** mode = 0:report, 1:sample, 2:poll */
int range_mode;
/** output = 0:disabled, 1:enabled, 2:inverted */
int output_line;
/** hardware_sync false:internal, true:external */
bool sync;
} PARAMETERS, *pPARAMETERS;