Class | Description |
---|---|
Application |
The Application state machine.
|
AudioPlayer |
Base state machine for audio playing.
|
GPS |
The GPS state machine.
|
Map |
The Map state machine.
|
Place |
The FSM driving the map related updates for an overlay.
|
Reading |
The FSM driving the map related updates for a sound playback.
|
Soundscape |
The FSM driving the map related updates for a soundscape playback.
|
Enum | Description |
---|---|
Application.AppState |
States enum.
|
Application.AppTrigger |
Triggers enum.
|
AudioPlayer.AppState |
States enum.
|
AudioPlayer.AppTrigger |
Triggers enum.
|
AudioPlayer.AudioType |
An enum listing types' refinements of audio states.
|
GPS.AppState |
States enum.
|
GPS.AppTrigger |
Triggers enum.
|
Map.AppState |
States enum.
|
Map.AppTrigger |
Triggers enum.
|
Place.AppState |
States enum.
|
Place.AppTrigger |
Trigger enum.
|