You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
owlps/owlps-positioner
Matteo Cypriani 243dc321b9 [Positioner] explicit ReferencePoint(Point3D&)
Make ReferencePoint's Point3D copy constructor explicit. This implied
the following changes:

* Stock::get_reference_point(ReferencePoint&) becomes
  get_reference_point(Point3D&). Reference points were always
  retrieved by their coordinates only in the Stock anyway.

* Stock::find_create_reference_point(Point3D&) was added, since it can
  have a different outcome than its (ReferencePoint&) counterpart.

* The unit tests for Stock were improved.
7 years ago
..
cfg [doc] positionerd: add filter options 9 years ago
tests [Positioner] explicit ReferencePoint(Point3D&) 7 years ago
CMakeLists.txt Update COPYRIGHT.t2t URL 7 years ago
Doxyfile Update Doxygen files (Doxyfile) to 1.8.8 9 years ago
area.cc Update COPYRIGHT.t2t URL 7 years ago
area.hh Update COPYRIGHT.t2t URL 7 years ago
autocalibration.cc Update COPYRIGHT.t2t URL 7 years ago
autocalibration.hh [Positioner] Use explicit constructors 7 years ago
autocalibrationline.cc Update COPYRIGHT.t2t URL 7 years ago
autocalibrationline.hh Update COPYRIGHT.t2t URL 7 years ago
autocalibrationmesh.cc Update COPYRIGHT.t2t URL 7 years ago
autocalibrationmesh.hh [Positioner] Use explicit constructors 7 years ago
building.cc Update COPYRIGHT.t2t URL 7 years ago
building.hh [Positioner] Use explicit constructors 7 years ago
calibrationrequest.cc Update COPYRIGHT.t2t URL 7 years ago
calibrationrequest.hh [Positioner] Use explicit constructors 7 years ago
capturepoint.cc Update COPYRIGHT.t2t URL 7 years ago
capturepoint.hh [Positioner] Use explicit constructors 7 years ago
capturepointsreadercsv.cc Update COPYRIGHT.t2t URL 7 years ago
capturepointsreadercsv.hh [Positioner] Use explicit constructors 7 years ago
cartographyalgorithm.cc Update COPYRIGHT.t2t URL 7 years ago
cartographyalgorithm.hh Update COPYRIGHT.t2t URL 7 years ago
configuration.cc Update COPYRIGHT.t2t URL 7 years ago
configuration.hh Update COPYRIGHT.t2t URL 7 years ago
csvfilereader.cc Update COPYRIGHT.t2t URL 7 years ago
csvfilereader.hh Update COPYRIGHT.t2t URL 7 years ago
csvstringreader.cc Update COPYRIGHT.t2t URL 7 years ago
csvstringreader.hh [Positioner] Use explicit constructors 7 years ago
direction.cc Update COPYRIGHT.t2t URL 7 years ago
direction.hh [Positioner] More explicit constructors 7 years ago
fbcm.cc Update COPYRIGHT.t2t URL 7 years ago
fbcm.hh Update COPYRIGHT.t2t URL 7 years ago
frbhmbasic.cc Update COPYRIGHT.t2t URL 7 years ago
frbhmbasic.hh Update COPYRIGHT.t2t URL 7 years ago
input.cc Update COPYRIGHT.t2t URL 7 years ago
input.hh Update COPYRIGHT.t2t URL 7 years ago
inputcsv.cc Update COPYRIGHT.t2t URL 7 years ago
inputcsv.hh [Positioner] Use explicit constructors 7 years ago
inputdatareader.cc Update COPYRIGHT.t2t URL 7 years ago
inputdatareader.hh Update COPYRIGHT.t2t URL 7 years ago
inputlogcsv.cc Update COPYRIGHT.t2t URL 7 years ago
inputlogcsv.hh [Positioner] Use explicit constructors 7 years ago
inputlogmedium.hh Update COPYRIGHT.t2t URL 7 years ago
inputmedium.cc Update COPYRIGHT.t2t URL 7 years ago
inputmedium.hh Update COPYRIGHT.t2t URL 7 years ago
inputudpsocket.cc [Positioner] More explicit constructors 7 years ago
inputudpsocket.hh [Positioner] Use explicit constructors 7 years ago
interlinknetworks.cc Update COPYRIGHT.t2t URL 7 years ago
interlinknetworks.hh Update COPYRIGHT.t2t URL 7 years ago
measurement.cc Update COPYRIGHT.t2t URL 7 years ago
measurement.hh [Positioner] Use explicit constructors 7 years ago
minmax.cc Update COPYRIGHT.t2t URL 7 years ago
minmax.hh Update COPYRIGHT.t2t URL 7 years ago
mobile.cc [Positioner] Mobile: fix copy constructor segfault 7 years ago
mobile.hh [Positioner] Use explicit constructors 7 years ago
mobilesreadercsv.cc Update COPYRIGHT.t2t URL 7 years ago
mobilesreadercsv.hh [Positioner] Use explicit constructors 7 years ago
nss.cc Update COPYRIGHT.t2t URL 7 years ago
nss.hh Update COPYRIGHT.t2t URL 7 years ago
output.cc Update COPYRIGHT.t2t URL 7 years ago
output.hh Update COPYRIGHT.t2t URL 7 years ago
outputcsv.cc Update COPYRIGHT.t2t URL 7 years ago
outputcsv.hh [Positioner] Use explicit constructors 7 years ago
outputmedium.hh Update COPYRIGHT.t2t URL 7 years ago
outputnetworksocket.cc Update COPYRIGHT.t2t URL 7 years ago
outputnetworksocket.hh Fix missing/wrong includes for BSD 7 years ago
outputtcpsocketevaal.cc Update COPYRIGHT.t2t URL 7 years ago
outputtcpsocketevaal.hh Update COPYRIGHT.t2t URL 7 years ago
outputterminal.cc Update COPYRIGHT.t2t URL 7 years ago
outputterminal.hh [Positioner] Use explicit constructors 7 years ago
outputudpsocket.cc Update COPYRIGHT.t2t URL 7 years ago
outputudpsocket.hh Update COPYRIGHT.t2t URL 7 years ago
owlps-positionerd.cc Update COPYRIGHT.t2t URL 7 years ago
point3d.cc Update COPYRIGHT.t2t URL 7 years ago
point3d.hh [Positioner] Use explicit constructors 7 years ago
posexcept.cc Update COPYRIGHT.t2t URL 7 years ago
posexcept.hh [Positioner] Use explicit constructors 7 years ago
positioning.cc Update COPYRIGHT.t2t URL 7 years ago
positioning.hh Update COPYRIGHT.t2t URL 7 years ago
positioningalgorithm.hh [Positioner] Use explicit constructors 7 years ago
posutil.cc Update COPYRIGHT.t2t URL 7 years ago
posutil.hh Update COPYRIGHT.t2t URL 7 years ago
realposition.cc Update COPYRIGHT.t2t URL 7 years ago
realposition.hh Update COPYRIGHT.t2t URL 7 years ago
referencepoint.cc Update COPYRIGHT.t2t URL 7 years ago
referencepoint.hh [Positioner] explicit ReferencePoint(Point3D&) 7 years ago
request.cc A few old cosmetic changes 7 years ago
request.hh [Positioner] Use explicit constructors 7 years ago
result.cc Update COPYRIGHT.t2t URL 7 years ago
result.hh Update COPYRIGHT.t2t URL 7 years ago
resultlist.cc Update COPYRIGHT.t2t URL 7 years ago
resultlist.hh [Positioner] Add missing ResultList::operator!=() 7 years ago
stock.cc [Positioner] explicit ReferencePoint(Point3D&) 7 years ago
stock.hh [Positioner] explicit ReferencePoint(Point3D&) 7 years ago
textfilereader.cc Update COPYRIGHT.t2t URL 7 years ago
textfilereader.hh [Positioner] Use explicit constructors 7 years ago
textfilewriter.cc Update COPYRIGHT.t2t URL 7 years ago
textfilewriter.hh [Positioner] Use explicit constructors 7 years ago
timestamp.cc [Positioner] More explicit constructors 7 years ago
timestamp.hh [Positioner] More explicit constructors 7 years ago
topologyreadercsv.cc Update COPYRIGHT.t2t URL 7 years ago
topologyreadercsv.hh Update COPYRIGHT.t2t URL 7 years ago
trilaterationalgorithm.cc Update COPYRIGHT.t2t URL 7 years ago
trilaterationalgorithm.hh Update COPYRIGHT.t2t URL 7 years ago
trilaterationmethod.hh Update COPYRIGHT.t2t URL 7 years ago
userinterface.cc Update COPYRIGHT.t2t URL 7 years ago
userinterface.hh Update COPYRIGHT.t2t URL 7 years ago
waypoint.cc Update COPYRIGHT.t2t URL 7 years ago
waypoint.hh [Positioner] Use explicit constructors 7 years ago
wifidevice.cc Update COPYRIGHT.t2t URL 7 years ago
wifidevice.hh Update COPYRIGHT.t2t URL 7 years ago