...
|
...
|
@@ -59,7 +59,7 @@ int main(int argc, char **argv){ |
|
|
blc_program_add_option(&frequency_str, 'f', "frequency", "float", "frequency in Hz", "1");
|
|
|
blc_program_add_option(&min_str, 'm', "min", "float", "minimum value of oscillation", "0");
|
|
|
blc_program_add_option(&max_str, 'M', "max", "float", "maximum value of oscillation", "1");
|
|
|
blc_program_add_option(&refresh_rate_str, 'r', "refresh", "integer", "refresh rate in ms", "10");
|
|
|
blc_program_add_option(&refresh_rate_str, 'r', "refresh", "real ", "refresh rate in ms", "10");
|
|
|
blc_program_add_option(&type_str, 't', "type", "FL32", "type of data", "FL32");
|
|
|
blc_program_init(&argc, &argv, blc_quit);
|
|
|
|
...
|
...
|
|