mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-23 13:42:55 +08:00
CSV file head line
This commit is contained in:
parent
9aaebe56cf
commit
88058f992e
@ -155,8 +155,8 @@ static GString *gen_header(const struct sr_output *o)
|
|||||||
|
|
||||||
/* Some metadata */
|
/* Some metadata */
|
||||||
t = time(NULL);
|
t = time(NULL);
|
||||||
g_string_append_printf(header, "; CSV, generated by %s on %s\n",
|
g_string_append_printf(header, "; CSV, generated by DSView, sampled on %s\n",
|
||||||
"DSView", o->time_string); //ctime(&t)
|
o->time_string); //ctime(&t)
|
||||||
|
|
||||||
/* Columns / channels */
|
/* Columns / channels */
|
||||||
if (ctx->type == SR_CHANNEL_LOGIC)
|
if (ctx->type == SR_CHANNEL_LOGIC)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user