Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::core::CsvEntry Struct Reference

CSV entry. Corresponds to one line in output file. More...

#include <csv_dumper.h>

Public Attributes

char type
 One-character entry type (first field). More...
 
size_t n_fields
 Number of fields. More...
 
double fields [Csv_MaxFields]
 Fields. More...
 

Detailed Description

CSV entry. Corresponds to one line in output file.

Definition at line 33 of file csv_dumper.h.

Member Data Documentation

◆ fields

double roc::core::CsvEntry::fields[Csv_MaxFields]

Fields.

Definition at line 36 of file csv_dumper.h.

◆ n_fields

size_t roc::core::CsvEntry::n_fields

Number of fields.

Definition at line 35 of file csv_dumper.h.

◆ type

char roc::core::CsvEntry::type

One-character entry type (first field).

Definition at line 34 of file csv_dumper.h.


The documentation for this struct was generated from the following file: