OpenTP1 Version 7 Programming Reference C Language

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

Summary of amendments

The following table lists changes in this manual (3000-3-D54-30(E)) and product changes related to this manual for uCosminexus TP1/Server Base 07-03, uCosminexus TP1/Server Base(64) 07-03, uCosminexus TP1/Message Control 07-03, uCosminexus TP1/Message Control(64) 07-03, uCosminexus TP1/NET/Library 07-04, and uCosminexus TP1/NET/Library(64) 07-04.

Changes Location
Explanations have been added about the maximum length of segments that can be sent or received.

Message exchange processing (dc_mcf_~) in Chapter 2
dc_mcf_execap, dc_mcf_receive, dc_mcf_recvsync, dc_mcf_reply, dc_mcf_send, dc_mcf_sendrecv, dc_mcf_sendsync
Explanations have been added about global domains.

Remote procedure call (dc_rpc_~) in Chapter 2
dc_rpc_call_to, DCRPC_BINDTBL_SET, DCRPC_DIRECT_SCHEDULE
Tables listing interface changes have been added to assist in migrating from TP1/Message Control Version 6 and earlier. Appendix B

The following table lists changes in this manual (3000-3-D54-30(E)) and product changes related to this manual for uCosminexus TP1/Message Control 07-02 and uCosminexus TP1/NET/Library 07-03

Changes Location
A library function can now be used to delete application timer startup requests.
To support this change, the following function has been added:
  • dc_mcf_adltap
1.1.1, 1.1.1(2), 1.1.1(3), Message exchange processing (dc_mcf_~) in Chapter 2
dc_mcf_adltap
Library functions can now be used to display the status of connections and to establish and release connections.
To support this change, the following functions have been added:
  • dc_mcf_tactcn
  • dc_mcf_tdctcn
  • dc_mcf_tlscn
1.1.1, 1.1.1(2), 1.1.1(3), Message exchange processing (dc_mcf_~) in Chapter 2
dc_mcf_tactcn, dc_mcf_tdctcn, dc_mcf_tlscn
A library function can now be used to display the status of MCF communication services and application startup services.
To support this change, the following function has been added:
  • dc_mcf_tlscom
1.1.1, 1.1.1(2), 1.1.1(3), Message exchange processing (dc_mcf_~) in Chapter 2
dc_mcf_tlscom
Library functions can now be used to display the status of logical terminals, to shut down logical terminals, to release logical terminals from shutdown status, and to delete the output queue of logical terminals.
To support this change, the following functions have been added:
  • dc_mcf_tactle
  • dc_mcf_tdctle
  • dc_mcf_tdlqle
  • dc_mcf_tlsle
1.1.1, 1.1.1(2), 1.1.1(3), Message exchange processing (dc_mcf_~) in Chapter 2
dc_mcf_tactle, dc_mcf_tdctle, dc_mcf_tdlqle, dc_mcf_tlsle
A library function can now be used to acquire the acceptance status of connection establishment requests.
To support this change, the following function has been added:
  • dc_mcf_tlsln
1.1.1, 1.1.1(2), 1.1.1(3)

Message exchange processing (dc_mcf_~) in Chapter 2
dc_mcf_tlsln
Library functions can now be used to start and stop acceptance of server-type connection establishment requests.
To support this change, the following functions have been added:
  • dc_mcf_tofln
  • dc_mcf_tonln
1.1.1, 1.1.1(2), 1.1.1(3), Message exchange processing (dc_mcf_~) in Chapter 2
dc_mcf_tofln, dc_mcf_tonln
MHPs can now use the facility for dynamic loading of service functions. 1.2.1(3), 1.2.5(2)(d)

In addition to the above changes, minor editorial corrections have been made.

The following table lists changes in the manual (3000-3-D54-20(E)) and product changes related to that manual for uCosminexus TP1/Server Base 07-02, uCosminexus TP1/Message Control 07-01, and uCosminexus TP1/NET/Library 07-01.

Changes
An audit log output function was added.
To support this change, the dc_log_audit_print function was added.
A facility that allows service functions to be loaded dynamically was added.
A function that allows the system to operate without the use of system journal files (journal fileless mode) was added.
To support this change, some function arguments, return values, and notes were changed.
The description of the remote API facility was changed.
To support this change, return values were changed or added.

The following table lists changes in the manual (3000-3-D54-20(E)) and product changes related to that manual for uCosminexus TP1/Server Base 07-01.

Changes
The C language interface in the 32-bit architecture and the C language interface in the 64-bit architecture have been unified.
Notes and return values have been added.