Classes | Typedefs

/Users/slork/njb/svn/src/common/mo_compass.h File Reference

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

Detailed Description

Compass API.

Author:
Nicholas J. Bryan, Jieun Oh, Jorge Hererra, Ge Wang
Date:
01.16.10
Version:
1.0.0

Mobile Music research @ CCRMA, Stanford University: http://momu.stanford.edu/


Typedef Documentation

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.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines