|
|
|
@ -123,6 +123,7 @@ enum stimulus_type {
|
|
|
|
ST_START=0, ST_STOP, ST_CENTER, ST_SPAN, ST_CW
|
|
|
|
ST_START=0, ST_STOP, ST_CENTER, ST_SPAN, ST_CW
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void set_sweep_points(uint16_t points);
|
|
|
|
void update_frequencies(void);
|
|
|
|
void update_frequencies(void);
|
|
|
|
void set_sweep_frequency(int type, uint32_t frequency);
|
|
|
|
void set_sweep_frequency(int type, uint32_t frequency);
|
|
|
|
uint32_t get_sweep_frequency(int type);
|
|
|
|
uint32_t get_sweep_frequency(int type);
|
|
|
|
|