Owl Positioning System: a Wi-Fi-based, infrastructure-centred indoor positioning system. http://owlps.pu-pm.univ-fcomte.fr/
Go to file
Matteo Cypriani d322221d21 [Positioning] Stock: fix ReferencePoint creation
For each calibration request read, a new ReferencePoint was created in
Stock. This is because of the behaviour of unordered_set: as pertaining
to unordered_set, two elements are not considered equal if the hashes
alone are identical, they must also be actually equal (operator==).

The problem was fixed by using a custom equality check function that
checks the equality only on the coordinates of the ReferencePoint (as if
it was a Point3D).
2011-06-07 18:48:33 +02:00
libowlps [lib] Add Hz Wi-Fi frequencies 2011-05-13 10:51:52 +02:00
libowlps-client [lib-client] send_request(): handle null nb_pkt 2011-04-07 11:57:14 +02:00
owlps-aggregator Makefiles: resolve OWLPS_VERSION earlier 2011-04-26 10:15:04 +02:00
owlps-client Makefiles: resolve OWLPS_VERSION earlier 2011-04-26 10:15:04 +02:00
owlps-listener [Listener] read_packet(): blank the whole request 2011-05-05 13:21:41 +02:00
owlps-positioning [Positioning] Stock: fix ReferencePoint creation 2011-06-07 18:48:33 +02:00
writeInDb Incorporation de la dernière version de Julien 2011-03-16 14:07:22 +01:00
.gitignore [Positioning] Add Configuration and UserInterface 2011-03-16 14:36:19 +01:00
Makefile [Positioning] Add InputUDPSocket 2011-03-25 11:48:25 +01:00
TODO Update TODOs 2011-05-05 13:22:32 +02:00