aci_qversion 4-97
21 Dec 2001
aci_qversion
The aci_qversion function queries the version string of ACI
and DAS component. See Figure 4-88.
Figure 4-88 aci_qversion Function Call
Query the version of the installed ACI and DAS component.
This function allows the client to determine that the correct
software component prerequisite is installed. See
Table 4-38
Return Values
• 0: The call was successful.
• -1: The call failed.
The external variable d_errno is set to one of the following
DAS error codes:
• ERPC
• EINVALID
• ETIMEOUT
• ESWITCHINPROG
Refer to Figure 4-89 on page 4-98 for an example of the
aci_qversion function.
Table 4-38 Parameters for the aci_qversion Function Call
Parameter Description
aciver displays the release of the used ACI (function library), e.g. 3.01
dasver displays the release of the used DAS software on the AMU, e.g.
3.01
#include "aci.h"
int aci_qversion( char *aciver,
char *dasver )