interface changes
added new data-strcutures for new sensors new helper methods fixed some issues
This commit is contained in:
@@ -121,7 +121,7 @@ public:
|
||||
};
|
||||
|
||||
/** get the part of outline the given location belongs to. currently: none, indoor, outdoor */
|
||||
PartOfOutline isPartOfFloorOutline(const int x_cm, const int y_cm, const Floorplan::FloorOutline& outline) {
|
||||
static PartOfOutline isPartOfFloorOutline(const int x_cm, const int y_cm, const Floorplan::FloorOutline& outline) {
|
||||
|
||||
// assume the point is not part of the outline
|
||||
PartOfOutline res = PartOfOutline::NO;
|
||||
|
||||
Reference in New Issue
Block a user