CircleOS
1
|
MEMS state description.
Data Fields | |
s16 | OutX |
s16 | OutX_F4 |
s16 | OutX_F16 |
s32 | OutX_F64 |
s32 | OutX_F256 |
s16 | OutY |
s16 | OutY_F4 |
s16 | OutY_F16 |
s32 | OutY_F64 |
s32 | OutY_F256 |
s16 | OutZ |
s16 | OutZ_F4 |
s16 | OutZ_F16 |
s32 | OutZ_F64 |
s32 | OutZ_F256 |
s16 | Shocked |
s16 | RELATIVE_X |
s16 | RELATIVE_Y |
s16 | DoubleClick |
Definition at line 215 of file circle_api.h.
s16 tMEMS_Info::DoubleClick |
MEMS DoubleClick counter(incremented...)
Definition at line 235 of file circle_api.h.
s16 tMEMS_Info::OutX |
MEMS X position.
Definition at line 217 of file circle_api.h.
s16 tMEMS_Info::OutX_F16 |
MEMS X position filtered on 16 values.
Definition at line 219 of file circle_api.h.
s32 tMEMS_Info::OutX_F256 |
MEMS X position filtered on 256 values.
Definition at line 221 of file circle_api.h.
s16 tMEMS_Info::OutX_F4 |
MEMS X position filtered on 4 values.
Definition at line 218 of file circle_api.h.
s32 tMEMS_Info::OutX_F64 |
MEMS X position filtered on 64 values.
Definition at line 220 of file circle_api.h.
s16 tMEMS_Info::OutY |
MEMS Y position.
Definition at line 222 of file circle_api.h.
s16 tMEMS_Info::OutY_F16 |
MEMS Y position filtered on 16 values.
Definition at line 224 of file circle_api.h.
s32 tMEMS_Info::OutY_F256 |
MEMS Y position filtered on 256 values.
Definition at line 226 of file circle_api.h.
s16 tMEMS_Info::OutY_F4 |
MEMS Y position filtered on 4 values.
Definition at line 223 of file circle_api.h.
s32 tMEMS_Info::OutY_F64 |
MEMS Y position filtered on 64 values.
Definition at line 225 of file circle_api.h.
s16 tMEMS_Info::OutZ |
MEMS Z position.
Definition at line 227 of file circle_api.h.
s16 tMEMS_Info::OutZ_F16 |
MEMS Z position filtered on 16 values.
Definition at line 229 of file circle_api.h.
s32 tMEMS_Info::OutZ_F256 |
MEMS Z position filtered on 256 values.
Definition at line 231 of file circle_api.h.
s16 tMEMS_Info::OutZ_F4 |
MEMS Z position filtered on 4 values.
Definition at line 228 of file circle_api.h.
s32 tMEMS_Info::OutZ_F64 |
MEMS Z position filtered on 64 values.
Definition at line 230 of file circle_api.h.
s16 tMEMS_Info::RELATIVE_X |
MEMS relative X position.
Definition at line 233 of file circle_api.h.
s16 tMEMS_Info::RELATIVE_Y |
MEMS relative Y position.
Definition at line 234 of file circle_api.h.
s16 tMEMS_Info::Shocked |
MEMS shock counter (incremented...)
Definition at line 232 of file circle_api.h.