Implemented first Hangar-Service

Dependencies:   CalibrateMagneto QuaternionMath

Fork of SML2 by TobyRich GmbH

Embed: (wiki syntax)

« Back to documentation index

Sensor::Delegate Class Reference

Sensor::Delegate Class Reference

Defines protocol used to send data back to owner. Derive from this class and use Sensor.setDelegate() to receive sensor updates. More...

#include <Sensor.h>

Inherited by SensorFusion6.

Public Member Functions

virtual void sensorUpdate (Vector3 data)
 A new sensor data frame, might be called several (hundred) times a second.

Detailed Description

Defines protocol used to send data back to owner. Derive from this class and use Sensor.setDelegate() to receive sensor updates.

Definition at line 11 of file Sensor.h.


Member Function Documentation

virtual void sensorUpdate ( Vector3  data ) [virtual]

A new sensor data frame, might be called several (hundred) times a second.

Definition at line 15 of file Sensor.h.