Commit Graph

8 Commits

Author SHA1 Message Date
Matteo Cypriani 73494defe6 [lib-result] Add the number of algorithms
Add the field nb_results to owl_result, and change the functions to
handle it.
2011-08-23 19:58:49 +02:00
Matteo Cypriani 177bd6284c [lib-result] #define "simple CSV" string sizes
owlps.h: #define the coordinate string size.
2011-08-23 19:58:49 +02:00
Matteo Cypriani 3626a21f99 [lib-result] Add simplified CSV format functions
Add functions owl_result_to_csv_simple() and
owl_algorithm_result_to_csv_simple(), that convert an owl_result and an
owl_algorithm_result to a CSV string, in a simplified format.
2011-08-23 19:58:49 +02:00
Matteo Cypriani 6fa903b143 [lib-result] Add owl_fill_algorithm_result()
Create owl_fill_algorithm_result() from owl_fill_result().
2011-08-20 20:00:39 +02:00
Matteo Cypriani a7ec779231 [lib-result] owl_receive_position(): return a pointer
Return a pointer instead of using a result argument.
2011-08-20 20:00:39 +02:00
Matteo Cypriani 8da063b597 [lib-result] Add {algorithm,}result_to_csv()
Add owl_result_to_csv() and owl_algorithm_result_to_csv(), that
allow to get an owl_result or owl_algorithm_result as a CSV string.
2011-08-20 20:00:39 +02:00
Matteo Cypriani c7ba92cef9 [lib-result] fprint_*(): const pointers & asserts
owl_fprint_*():
- Mark pointer arguments as const.
- Rename main argument "src".
- Use assertion to check the source.
2011-08-20 20:00:39 +02:00
Matteo Cypriani 084daed33f Add libowlps-resultreader-udp
This new library is to help external programs to receive and interpret
results sent by OwlPS Positioning through an UDP socket.
2011-08-20 20:00:39 +02:00