android :: FullSensor :: acceleration
android :: FullSensor :: data
android :: FullSensor :: defaultinit
android :: FullSensor :: magnetic
android :: FullSensor :: pressure
android :: FullSensor :: temperature
android :: FullSensor :: vector
android $ FullSensor :: SELF
Type of this instance, automatically specialized in every classandroid :: FullSensor :: acceleration
core :: Pointer :: address_is_null
Is the address behind this Object at NULL?core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
android :: FullSensor :: data
android :: ASensorLight :: defaultinit
android :: FullSensor :: defaultinit
core :: Object :: defaultinit
core :: Pointer :: defaultinit
android :: ASensorEvent :: defaultinit
mnit :: SensorEvent :: defaultinit
mnit :: InputEvent :: defaultinit
android :: ASensorProximity :: distance
core :: Object :: is_same_instance
Return true ifself
and other
are the same instance (i.e. same identity).
core :: Object :: is_same_serialized
Isself
the same as other
in a serialization context?
core :: Object :: is_same_type
Return true ifself
and other
have the same dynamic type.
android :: ASensorLight :: light
android :: FullSensor :: magnetic
core :: Object :: output_class_name
Display class name on stdout (debug only).android :: FullSensor :: pressure
android :: ASensorEvent :: sensor
android :: ASensorEvent :: sensor_type
android :: FullSensor :: temperature
android :: ASensorEvent :: timestamp
android :: FullSensor :: vector
android :: ASensorEvent :: version
mnit :: SensorEvent
Sensor events like accelerometer, gyroscope etc for mobile appsextern class FullSensor `{ASensorEvent*`}
super ASensorLight
super ASensorProximity
fun temperature: Float `{return self->temperature;`}
fun pressure: Float `{return self->pressure;`}
fun data: Pointer `{return self->data;`}
fun vector: ASensorVector `{return &(self->vector);`}
fun acceleration: ASensorVector `{return &(self->acceleration);`}
fun magnetic: ASensorVector `{return &(self->magnetic);`}
end
lib/android/sensors.nit:155,1--165,3