libdrmconf
0.6.2
A library to program DMR radios.
Main Page
Related Pages
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
y
Typedefs
Enumerations
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Properties
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Files
File List
•
All
Classes
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Modules
Pages
lib
csvwriter.hh
1
#ifndef CSVWRITER_HH
2
#define CSVWRITER_HH
3
4
#include <QTextStream>
5
6
class
Config
;
7
8
11
class
CSVWriter
12
{
13
public
:
16
static
bool
write
(
const
Config
*config, QTextStream &stream, QString &errorMessage);
17
};
18
19
#endif // CSVWRITER_HH
CSVWriter
Writing config files.
Definition:
csvwriter.hh:11
CSVWriter::write
static bool write(const Config *config, QTextStream &stream, QString &errorMessage)
Writes the given config into the stream.
Definition:
csvwriter.cc:21
Config
The config class, representing the codeplug configuration.
Definition:
config.hh:32
Generated by
1.8.17