When you generate a C Proxy API for the communication type of Tuxedo, the generation process creates an additional file for each targeted CA Gen Procedure Step. This extra file contains the Procedure Step's view definitions used by the Tuxedo Servers. The file name is typically <ProcStepName>.tvf. The C clients that access the services provided by the Tuxedo Servers require this file.
This .tvf file then must be compiled by a Tuxedo provided utility which will produce two additional files. The first file is an include file, <ProcStepName>.h file, which has already been included via a #include within the generated proxy header file. The second file is a Tuxedo view file, used at runtime, which contains an O.S. specific filename suffix. This view file is named <ProcStepName>.VV on Windows platforms and <ProcStepName>.V on UNIX platforms.
The .tvf file is compiled with the same named Tuxedo command on all supported platforms as follows:
viewc32 -n <ProcStepName>.tvf
Note: The file {ProcStepName}.h will be included in the generated C proxy header file only if the target server generation parameters are configured to use a communications type of Tuxedo.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|