Struct anjay_ipso_v2_3d_sensor_value_struct

Struct Documentation

struct anjay_ipso_v2_3d_sensor_value_struct

Value of IPSO three-axis sensor object.

Public Members

double x

Value of X axis. Must always be set.

double y

Value of Y axis. Must be set only if Y axis is present.

double z

Value of Z axis. Must be set only if Z axis is present.