Compass API. More...
#import "mo_def.h"
#import <vector>
#import <CoreLocation/CoreLocation.h>
Go to the source code of this file.
Classes | |
class | CompassDelegate |
[Internal/Do Not Use] Used to receive compass events More... | |
class | MoCompass |
Compass (static class). More... | |
Typedefs | |
typedef void(* | MoCompassCallback )(CLHeading *heading, void *data) |
definition for the MoCompass callback function |
Compass API.
Mobile Music research @ CCRMA, Stanford University: http://momu.stanford.edu/
definition for the MoCompass callback function
To receive incoming compass data, create a callback with this type definition, register the callback, and start receiving compass events.