Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F25855571
boundary_check.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
576 B
Referenced Files
None
Subscribers
None
boundary_check.h
View Options
#ifndef BOUNDARY_CHECK_HEADERFILE
#define BOUNDARY_CHECK_HEADERFILE
#include
"Sensor.h"
bool
is_it_higher_than_learned_boundary
(
Sensor
*
sensor
,
int
score
,
int
boundary
);
bool
is_it_higher_than_hardcoded_boundary
(
Sensor
*
sensor
,
int
score
,
int
boundary
);
bool
is_it_lower_than_learned_boundary
(
Sensor
*
sensor
,
int
score
,
int
boundary
);
bool
is_it_lower_than_hardcoded_boundary
(
Sensor
*
sensor
,
int
score
,
int
boundary
);
bool
is_it_higher_than_boundary
(
Sensor
*
sensor
,
int
score
,
int
boundary
);
bool
is_it_lower_than_boundary
(
Sensor
*
sensor
,
int
score
,
int
boundary
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, Aug 29, 1:47 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
372149
Default Alt Text
boundary_check.h (576 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment