#include <Device.h>
Static Public Methods | |
void | init () |
Initialize the Device subsystem. More... | |
void | panic (Err error, Char* message) |
PANIC!! Display a message to the user, then exit with a soft reset. More... | |
Err | romVersionCompatible (UInt32 requiredVersion, UInt16 launchFlags) |
Check that the ROM version is meeting your minimum requirements. More... | |
Static Public Attributes | |
Boolean | supports30 |
Does the Palm device support Palm OS 3.0 Feature Set? More... | |
Boolean | supports31 |
Does the Palm device support Palm OS 3.1 Feature Set? More... | |
Boolean | supports35 |
Does the Palm device support Palm OS 3.5 Feature Set? More... |
Definition at line 35 of file Device.h.
|
Initialize the Device subsystem. This operation needs to be invoked before all others. Definition at line 44 of file Device.cpp. |
|
PANIC!! Display a message to the user, then exit with a soft reset. Invoke this operation in case of an unresolvable runtime problem that is not your fault (e.g. low memory). Use the macros from the ErrorManager for all problems which are your fault (i.e. which will be ironed out in the release version). Definition at line 37 of file Device.cpp. Referenced by operator new(), and operator new[](). |
|
Check that the ROM version is meeting your minimum requirements.
Definition at line 56 of file Device.cpp. |
|
Does the Palm device support Palm OS 3.0 Feature Set?
|
|
Does the Palm device support Palm OS 3.1 Feature Set?
|
|
Does the Palm device support Palm OS 3.5 Feature Set?
|