internal struct used to save all data related to the ir beacon sensors More...
#include <tsops.h>
Data Fields | |
eTsop | left |
eTsop | middle |
eTsop | right |
eTsop | int_left |
internal value of the left sensor | |
eTsop | int_middle |
internal value of the middle sensor | |
eTsop | int_right |
internal value of the right sensor | |
uint8_t | cd_l |
countdown for the left signal to stay valid | |
uint8_t | cd_m |
countdown for the middle signal to stay valid | |
uint8_t | cd_r |
countdown for the right signal to stay valid | |
uint8_t | count_l |
counts the signal length of the left sensor | |
uint8_t | count_m |
counts the signal length of the middle sensor | |
uint8_t | count_r |
counts the signal length of the right sensor | |
uint8_t | state |
last measured states of all sensors | |
internal struct used to save all data related to the ir beacon sensors
eTsop sTsop::left |
value of the left sensor
eTsop sTsop::middle |
value of the middle sensor
eTsop sTsop::right |
value of the right sensor