#include <SimpleFlashMatchVars.h>
Classes | |
struct | Charge |
struct | Flash |
struct | Score |
Public Member Functions | |
SimpleFlashMatch (bool present_=false, double time_=-1, Charge charge_=Charge(), Flash flash_=Flash(), Score score_=Score()) | |
Public Attributes | |
bool | present |
Whether there's a match. More... | |
double | time |
time of flash More... | |
Charge | charge |
object that contains charge and its position More... | |
Flash | light |
object that contains flash pe and its position More... | |
Score | score |
overall and partial scores to the match More... | |
Definition at line 8 of file SimpleFlashMatchVars.h.
|
inline |
Definition at line 42 of file SimpleFlashMatchVars.h.
Charge sbn::SimpleFlashMatch::charge |
object that contains charge and its position
Definition at line 56 of file SimpleFlashMatchVars.h.
Flash sbn::SimpleFlashMatch::light |
object that contains flash pe and its position
Definition at line 57 of file SimpleFlashMatchVars.h.
bool sbn::SimpleFlashMatch::present |
Whether there's a match.
Definition at line 54 of file SimpleFlashMatchVars.h.
Score sbn::SimpleFlashMatch::score |
overall and partial scores to the match
Definition at line 58 of file SimpleFlashMatchVars.h.
double sbn::SimpleFlashMatch::time |
time of flash
Definition at line 55 of file SimpleFlashMatchVars.h.