Page MenuHomePhorge

boundary_check.h
No OneTemporary

Size
576 B
Referenced Files
None
Subscribers
None

boundary_check.h

#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

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)

Event Timeline