aop_getparΒΆ

aop_getpar returns the value of parameters.

nvSeq = aop_getpar(envId, nuSeq, cl)

Return Value

nvSeq is an object of the following form:

nvSeq.n
nvSeq[1].name
nvSeq[1].unitId
nvSeq[1].valMap.dtyp
nvSeq[1].valMap.val

In case of an error an error object is returned (see error_create).

Parameters

envId

envId is the environment Id, returned by aop_openenv.

nuSeq

nuSeq is an object of the following form:

nuSeq = [. n = 1];
nuSeq[1] = [. name = "NAME", unitId = 123];

Parameter names:

USER
ODSVERSION
WILDCARD_ONE
WILDCARD_ALL
WILDCARD_ESC
cl

cl is the client pointer, returned by rpc_clnt_create.

History

Version Description
5.0.0 New

id-1328838