Difference between revisions of "SHIPBridge:Class"

From Serious Documentation
Jump to: navigation, search
Line 5: Line 5:
 
* [[SHIPBridge:Class:Platform|SHIPBridge Platform Class]] for accessing platform-related capabilities, such as setting/getting the current time/date, getting the SIM's serial number, etc. Within this class is the ability to assess files on the platform including fixed and removable media
 
* [[SHIPBridge:Class:Platform|SHIPBridge Platform Class]] for accessing platform-related capabilities, such as setting/getting the current time/date, getting the SIM's serial number, etc. Within this class is the ability to assess files on the platform including fixed and removable media
 
* [[SHIPBridge:Class:OS|SHIPBridge OS Class]] for accessing OS-related capabilities, primarily used for ''Serious'' debugging, such as the current task list within the firmware
 
* [[SHIPBridge:Class:OS|SHIPBridge OS Class]] for accessing OS-related capabilities, primarily used for ''Serious'' debugging, such as the current task list within the firmware
* [[SHIPBridge:Class:Data|SHIPBridge Data Class]] for exchanging GUI-related control and status data between the host and the GUI running on the SIM.
+
* [[SHIPBridge:Class:Data|SHIPBridge Data Class]] for exchanging GUI-related control and status data between the host and the GUI running on the SIM.</onlyinclude>
</onlyinclude>
 
 
== See Also ==
 
== See Also ==
 
* [[Protocol:SHIPBridge|SHIPBridge Protocol]]
 
* [[Protocol:SHIPBridge|SHIPBridge Protocol]]

Revision as of 06:01, 9 February 2015

A SHIPBridge Class is a major grouping of similar capabilities, SHIPBridge in v5.0 has the following classes defined:

  • SHIPBridge Executive Classs, responsible for establishing communications with a host and required in all SHIPBridge implementations
  • SHIPBridge Processor Class for accessing processor-related capabilities, such as reboots
  • SHIPBridge Platform Class for accessing platform-related capabilities, such as setting/getting the current time/date, getting the SIM's serial number, etc. Within this class is the ability to assess files on the platform including fixed and removable media
  • SHIPBridge OS Class for accessing OS-related capabilities, primarily used for Serious debugging, such as the current task list within the firmware
  • SHIPBridge Data Class for exchanging GUI-related control and status data between the host and the GUI running on the SIM.

See Also