Difference between revisions of "SHIPBridge:Class"

From Serious Documentation
Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
A [[SHIPBridge:Class|SHIPBridge Class]] is a major grouping of similar capabilities, SHIPBridge in v5.0 has the following classes defined:
+
<onlyinclude>A [[SHIPBridge:Class|SHIPBridge Class]] is a major grouping of similar capabilities, SHIPBridge in v5.0 has the following classes defined:
  
* [[SHIPBridge:Class:Executive|SHIPBridge Executive Classs]], responsible for establishing communications with a host and required in all SHIPBridge implementations
+
* [[SHIPBridge:Class:Executive|SHIPBridge Executive Class]], responsible for establishing communications with a host and required in all SHIPBridge implementations
 
* [[SHIPBridge:Class:Processor|SHIPBridge Processor Class]] for accessing processor-related capabilities, such as reboots
 
* [[SHIPBridge:Class:Processor|SHIPBridge Processor Class]] for accessing processor-related capabilities, such as reboots
* [[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 access 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>
 
== See Also ==
 
== See Also ==
 
* [[Protocol:SHIPBridge|SHIPBridge Protocol]]
 
* [[Protocol:SHIPBridge|SHIPBridge Protocol]]
 +
* [[SHIPBridge:Architectural Overview|SHIPBridge Architectural Overview]]

Latest revision as of 13:04, 19 February 2015

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

  • SHIPBridge Executive Class, 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 access 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