owlps/owlps-positioning
Matteo Cypriani 8e6883cfc9 [Positioning] Add class CSVFileReader
CSVFileReader is a specialisation of TextFileReader, that allow reading
a CSV line field by field.

TextFileReader:
- Make private attributes protected to allow derivation.
- Add attribute current_line_nb.
- Add function read_nonblank_line().
- Delete useless accessor get_name().

Update InputCSV to use CSVFileReader.

Adapt unit tests for InputCSV and InputLogCSV: EOF is not reached right
after reading the last line, but after trying (and failing) to read one
more line.
2011-03-16 14:36:22 +01:00
..
cfg [Positioning] Revue code Julien 2011-03-16 14:07:23 +01:00
csv [Positioning] Doxygen comments + fixes 2011-03-16 14:36:10 +01:00
log Migration vers le nouveau nom OWLPS 2011-03-16 13:52:45 +01:00
src [Positioning] Add class CSVFileReader 2011-03-16 14:36:22 +01:00
tests [Positioning] Add class CSVFileReader 2011-03-16 14:36:22 +01:00
.gitignore [Positioning] Add TestUtil, utilitary test class 2011-03-16 14:36:19 +01:00
Doxyfile [Positioning] Code and comments clean-up 2011-03-16 14:36:21 +01:00
Makefile [Positioning] Add class CSVFileReader 2011-03-16 14:36:22 +01:00
TODO [Positioning] Add InterlinkNetworks, MinMax & associates 2011-03-16 14:36:22 +01:00