Commit Graph

5 Commits

Author SHA1 Message Date
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