FACT++  1.0
void Event::SetFloat ( float  f)
inline

Definition at line 54 of file Event.h.

References SetData().

54 { SetData(&f, sizeof(f)); }
void SetData(const std::vector< char > &data)
Definition: Event.h:48

+ Here is the call graph for this function: