]> sigrok.org Git - libsigrok.git/commitdiff
input/output: Slightly improved module descriptions.
authorUwe Hermann <redacted>
Thu, 19 Apr 2018 16:19:44 +0000 (18:19 +0200)
committerUwe Hermann <redacted>
Thu, 19 Apr 2018 16:21:07 +0000 (18:21 +0200)
15 files changed:
src/input/binary.c
src/input/chronovu_la8.c
src/input/raw_analog.c
src/input/vcd.c
src/input/wav.c
src/output/analog.c
src/output/ascii.c
src/output/binary.c
src/output/bits.c
src/output/chronovu_la8.c
src/output/hex.c
src/output/ols.c
src/output/srzip.c
src/output/vcd.c
src/output/wav.c

index 995c47d78fe5fcaf32826d7c771a2a3087d4f28d..da664a85e6f140d14de0c8796a6adc76e3034e8c 100644 (file)
@@ -174,7 +174,7 @@ static const struct sr_option *get_options(void)
 SR_PRIV struct sr_input_module input_binary = {
        .id = "binary",
        .name = "Binary",
-       .desc = "Raw binary",
+       .desc = "Raw binary logic data",
        .exts = NULL,
        .options = get_options,
        .init = init,
index 213c2203529ab8c941c6889f1fe9492e305d3695..07d94a719de1aec68add953c832801c110b9f305 100644 (file)
@@ -181,8 +181,8 @@ static const struct sr_option *get_options(void)
 
 SR_PRIV struct sr_input_module input_chronovu_la8 = {
        .id = "chronovu-la8",
-       .name = "Chronovu-LA8",
-       .desc = "ChronoVu LA8",
+       .name = "ChronoVu LA8",
+       .desc = "ChronoVu LA8 native file format data",
        .exts = (const char*[]){"kdt", NULL},
        .metadata = { SR_INPUT_META_FILESIZE | SR_INPUT_META_REQUIRED },
        .options = get_options,
index 5794ae845712566640be8418ef22b7b067e9b398..272250eb2945b06f8a648e9cb24583d13b9139fe 100644 (file)
@@ -281,7 +281,7 @@ static int reset(struct sr_input *in)
 SR_PRIV struct sr_input_module input_raw_analog = {
        .id = "raw_analog",
        .name = "RAW analog",
-       .desc = "Raw analog signals without header",
+       .desc = "Raw analog data without header",
        .exts = (const char*[]){"raw", "bin", NULL},
        .options = get_options,
        .init = init,
index 5051f0e37d8bb97b20c67dc8a50f88bb381050a3..26cce118e2f17240ac7a89dbd369c032dea3fa76 100644 (file)
@@ -648,7 +648,7 @@ static const struct sr_option *get_options(void)
 SR_PRIV struct sr_input_module input_vcd = {
        .id = "vcd",
        .name = "VCD",
-       .desc = "Value Change Dump",
+       .desc = "Value Change Dump data",
        .exts = (const char*[]){"vcd", NULL},
        .metadata = { SR_INPUT_META_HEADER | SR_INPUT_META_REQUIRED },
        .options = get_options,
index 9b19e0bbcee8beda07ebd9e1e1b0ad15355f9fed..8ec3141ec9cf02ec1547052533238f7155f52386 100644 (file)
@@ -376,7 +376,7 @@ static int reset(struct sr_input *in)
 SR_PRIV struct sr_input_module input_wav = {
        .id = "wav",
        .name = "WAV",
-       .desc = "WAV file",
+       .desc = "Microsoft WAV file format data",
        .exts = (const char*[]){"wav", NULL},
        .metadata = { SR_INPUT_META_HEADER | SR_INPUT_META_REQUIRED },
        .format_match = format_match,
index 45df4003b8d17bc92d8fb75bb4e04d7ae1d9c8cc..94175369e1a15c43e4d0a48f7a3a6df9b4fb6b4e 100644 (file)
@@ -205,7 +205,7 @@ static int cleanup(struct sr_output *o)
 SR_PRIV struct sr_output_module output_analog = {
        .id = "analog",
        .name = "Analog",
-       .desc = "Analog data and types",
+       .desc = "ASCII analog data values and units",
        .exts = NULL,
        .flags = 0,
        .options = get_options,
index a2faa044ddcb72ca57df5bfda986107f01957ff6..d0d40b6f25089efb35b42e4464131a0bdb65afcc 100644 (file)
@@ -272,7 +272,7 @@ static const struct sr_option *get_options(void)
 SR_PRIV struct sr_output_module output_ascii = {
        .id = "ascii",
        .name = "ASCII",
-       .desc = "ASCII art",
+       .desc = "ASCII art logic data",
        .exts = (const char*[]){"txt", NULL},
        .flags = 0,
        .options = get_options,
index f4d190107c1b747ba78b4b8e4827f01ee365e50b..7c8fa105e80eb7819d58dae990b785017eac304b 100644 (file)
@@ -45,7 +45,7 @@ static int receive(const struct sr_output *o, const struct sr_datafeed_packet *p
 SR_PRIV struct sr_output_module output_binary = {
        .id = "binary",
        .name = "Binary",
-       .desc = "Raw binary",
+       .desc = "Raw binary logic data",
        .exts = NULL,
        .flags = 0,
        .options = NULL,
index f486803305ea58b4bddc29f0f1975d73cf06a1fb..768a985ed84efe134cfedd091cd2810f3fb633a7 100644 (file)
@@ -238,7 +238,7 @@ static const struct sr_option *get_options(void)
 SR_PRIV struct sr_output_module output_bits = {
        .id = "bits",
        .name = "Bits",
-       .desc = "0/1 digits",
+       .desc = "0/1 digits logic data",
        .exts = (const char*[]){"txt", NULL},
        .flags = 0,
        .options = get_options,
index 2793f97ac7aa00599ce441b2173f9b4907963470..adc6ba0d67d88df1188aa5cba9c4cb7e8b70bfd9 100644 (file)
@@ -187,7 +187,7 @@ static int cleanup(struct sr_output *o)
 SR_PRIV struct sr_output_module output_chronovu_la8 = {
        .id = "chronovu-la8",
        .name = "ChronoVu LA8",
-       .desc = "ChronoVu LA8 native file format",
+       .desc = "ChronoVu LA8 native file format data",
        .exts = (const char*[]){"kdt", NULL},
        .flags = 0,
        .options = NULL,
index 708f6054c22204a8f7cdd91d74bd71becd982872..8fcfcea456357c149fa80967356ef772b611383e 100644 (file)
@@ -252,7 +252,7 @@ static const struct sr_option *get_options(void)
 SR_PRIV struct sr_output_module output_hex = {
        .id = "hex",
        .name = "Hexadecimal",
-       .desc = "Hexadecimal digits",
+       .desc = "Hexadecimal digits logic data",
        .exts = (const char*[]){"txt", NULL},
        .flags = 0,
        .options = get_options,
index 719434432ea19edab774a824263c1ddcbf6693b9..2129658a346deaa1a48abcd6aab20d1c4e103619 100644 (file)
@@ -149,7 +149,7 @@ static int cleanup(struct sr_output *o)
 SR_PRIV struct sr_output_module output_ols = {
        .id = "ols",
        .name = "OLS",
-       .desc = "OpenBench Logic Sniffer",
+       .desc = "OpenBench Logic Sniffer data",
        .exts = (const char*[]){"ols", NULL},
        .flags = 0,
        .options = NULL,
index db2305767c857bff457f1d7515b6c9cc98fb38ec..93c43d32eb87bd02e16de1ad21a2673684dc7150 100644 (file)
@@ -487,7 +487,7 @@ static int cleanup(struct sr_output *o)
 SR_PRIV struct sr_output_module output_srzip = {
        .id = "srzip",
        .name = "srzip",
-       .desc = "srzip session file",
+       .desc = "srzip session file format data",
        .exts = (const char*[]){"sr", NULL},
        .flags = SR_OUTPUT_INTERNAL_IO_HANDLING,
        .options = get_options,
index 399f2b35d689e6f9940ca824cb6f10b01b058a3c..f90db498e5710d1d595bfab3c5b27818c7b2d202 100644 (file)
@@ -270,7 +270,7 @@ static int cleanup(struct sr_output *o)
 struct sr_output_module output_vcd = {
        .id = "vcd",
        .name = "VCD",
-       .desc = "Value Change Dump",
+       .desc = "Value Change Dump data",
        .exts = (const char*[]){"vcd", NULL},
        .flags = 0,
        .options = NULL,
index e3e4a9f333dd9ed4cccdad782364296f729a0441..732fe976f0df420c2cae8b8e4b9a935ca0201b45 100644 (file)
@@ -367,7 +367,7 @@ static int cleanup(struct sr_output *o)
 SR_PRIV struct sr_output_module output_wav = {
        .id = "wav",
        .name = "WAV",
-       .desc = "Microsoft WAV file format",
+       .desc = "Microsoft WAV file format data",
        .exts = (const char*[]){"wav", NULL},
        .flags = 0,
        .options = get_options,