owlps/owlps-positioning
Matteo Cypriani 2c62e30ff9 [Positioning] Define hash_value() for several classes
For object types that we needed to store into an unordered_set, we used
string-based hashes, defined into stock.cc. We now define new hash
functions as friend of target classes, based on boost::hash_combine.

The following classes now have a hash_value() function:
- Request
- CalibrationRequest
- Direction
- Timestamp
- Point3D
- ReferencePoint
2011-03-16 14:36:23 +01:00
..
cfg [Positioning] TopologyReaderCSV: read waypoints 2011-03-16 14:36: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] Define hash_value() for several classes 2011-03-16 14:36:23 +01:00
tests [Positioning] Del MultilaterationAlgorithm::mobile 2011-03-16 14:36:23 +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] Del MultilaterationAlgorithm::mobile 2011-03-16 14:36:23 +01:00
TODO [Positioning] Define hash_value() for several classes 2011-03-16 14:36:23 +01:00