AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ Info()

void SdsId::Info ( char *const  name,
SdsCodeType *const  code,
long *const  ndims,
unsigned long *const  dims,
StatusType *const  status 
) const
inline

Return information about an SDS item.

This method returns all the standard information about an SDS item.

See also
SdsInfo()
SdsId::Code
SdsId::Dims
SdsId::Dims
Parameters
nameThe name of the SDS item is returned here. There should be space for SDS_C_NAMELEN (16) 16 bytes.
codeThe SDS item code is returned here..
ndimsThe number of dimensions is returned here, 0 if the item is not an array, otherwise, 1 through 7.
dimsThe dimensions are retuned here. This should be an array of 7 items.
statusInherited status.

Referenced by Sdp::Get(), and Arg::Get().