We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e98d6 commit e26cad7Copy full SHA for e26cad7
2 files changed
room_control_unit/src/app/logic/baseio/PersonTracker.h
@@ -13,12 +13,12 @@
13
#include "../../model/Room.h"
14
15
/*
16
- Interface that model a tracker device to track people.
+ Interface that models a tracker device to track people.
17
*/
18
class PersonTracker {
19
public:
20
21
- Check if a new person is being tracked.
+ Check if a new person has been tracked.
22
23
@return true if a new person is detected, false otherwise
24
room_control_unit/src/app/logic/baseio/PresenceSensor.h
@@ -10,7 +10,7 @@
10
#define __PRESENCE_SENSOR__
11
12
- Interface that model a sensor used to detect presence.
+ Interface that models a sensor used to detect presence.
class PresenceSensor {
0 commit comments