Soletta™ Framework
|
Data Fields | |
struct gyro_cal | cal_data |
struct sol_iio_channel * | channel_x |
struct sol_iio_channel * | channel_y |
struct sol_iio_channel * | channel_z |
unsigned int | drop_samples_count |
struct filter_median | filter_data |
struct sol_mqtt * | mqtt |
char * | mqtt_topic |
struct gyro_cal iio_gyroscope_data::cal_data |
Referenced by iio_gyroscope_reader_cb(), and main().
struct sol_iio_channel* iio_gyroscope_data::channel_x |
Referenced by iio_gyroscope_reader_cb(), and main().
struct sol_iio_channel* iio_gyroscope_data::channel_y |
Referenced by iio_gyroscope_reader_cb(), and main().
struct sol_iio_channel* iio_gyroscope_data::channel_z |
Referenced by iio_gyroscope_reader_cb(), and main().
unsigned int iio_gyroscope_data::drop_samples_count |
Referenced by iio_gyroscope_reader_cb(), and main().
struct filter_median iio_gyroscope_data::filter_data |
Referenced by iio_gyroscope_reader_cb(), and main().
struct sol_mqtt* iio_gyroscope_data::mqtt |
Referenced by iio_gyroscope_reader_cb(), and main().
char* iio_gyroscope_data::mqtt_topic |
Referenced by iio_gyroscope_reader_cb(), and main().