STRIDE Runtime: Difference between revisions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
== The Platform Abstraction Layer Specification == | == The Platform Abstraction Layer Specification == | ||
The PAL defines the set of OS functionality required by the platform to support the | The Platform Abstraction Layer, or PAL, defines the set of OS functionality required by the platform to support the STRIDE Runtime. The “pal.h” header file provided with the STRIDE installation defines the PAL functionality. The PAL also defines functionality required by the STRIDE Runtime to transmit and receive packets of data (called I-blocks) using the platform’s transport mechanism. These PAL routines enable the STRIDE Runtime to be installed on diverse environments without changing its internal design.<br> | ||
Click [[http://www.s2technologies.com/pdf/s2sPAL.pdf here]] to view the STRIDE Platform Abstraction Layer (PAL) Specification PDF document. | Click [[http://www.s2technologies.com/pdf/s2sPAL.pdf here]] to view the STRIDE Platform Abstraction Layer (PAL) Specification PDF document. | ||
<br> | <br> | ||
== The Host Transport Specification == | == The Host Transport Specification == |
Revision as of 19:07, 27 June 2008
Overview
The Runtime Developer's Guide
Click [here] to view the STRIDE Runtime Developer's Guide PDF document.
The Platform Abstraction Layer Specification
The Platform Abstraction Layer, or PAL, defines the set of OS functionality required by the platform to support the STRIDE Runtime. The “pal.h” header file provided with the STRIDE installation defines the PAL functionality. The PAL also defines functionality required by the STRIDE Runtime to transmit and receive packets of data (called I-blocks) using the platform’s transport mechanism. These PAL routines enable the STRIDE Runtime to be installed on diverse environments without changing its internal design.
Click [here] to view the STRIDE Platform Abstraction Layer (PAL) Specification PDF document.
The Host Transport Specification
Click [here] to view the STRIDE Host Runtime Transport Specification PDF document.
The Transport Server Object Model
Follow this link for a discussion of the Transport Server Object Model.