OpenTP1 Version 7 Programming Reference C Language

[Contents][Index][Back][Next]

1.2.1 Procedure for creating application programs

Organization of this subsection
(1) General procedure for creating an SUP
(2) General procedures for creating an SPP
(3) General procedures for creating an MHP
(4) General procedure for creating UAP that handles offline work

(1) General procedure for creating an SUP

The figure below shows the procedure for creating an SUP.

Figure 1-1 General procedure for creating SUPs

[Figure]

(2) General procedures for creating an SPP

The SPP creation procedure depends on whether the SPP uses a stub or uses dynamic loading of service functions.

(a) General procedure for creating an SPP (when using a stub)

The figure below shows the general procedure for creating an SPP by using a stub.

Figure 1-2 General procedure for creating an SPP (when using a stub)

[Figure]

(b) General procedure for creating an SPP (when using dynamic loading of service functions)

The following shows the general procedure for creating an SPP that dynamically loads service functions.

Figure 1-3 General procedure for creating an SPP (when using dynamic loading of service functions)

[Figure]

(3) General procedures for creating an MHP

The MHP creation procedure depends on whether the MHP uses a stub or uses dynamic loading of service functions.

(a) General procedure for creating an MHP (when using a stub)

The figure below shows the general procedure for creating an MHP that uses a stub.

Figure 1-4 General procedure for creating an MHP (when using a stub)

[Figure]

(b) General procedure for creating an MHP (when using dynamic loading of service functions

The figure below shows the general procedure for creating an MHP that uses dynamic loading of service functions.

Figure 1-5 General procedure for creating an MHP (when using dynamic loading of service functions)

[Figure]

(4) General procedure for creating UAP that handles offline work

The figure below shows the general procedure for creating a UAP that handles offline work.

Figure 1-6 General procedure for creating a UAP that handles offline work

[Figure]