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

◆ SdsId() [7/12]

SdsId::SdsId ( const SdsId parent_id,
const char *const  name,
const SdsCodeType  code,
const long  ndims,
const unsigned long *  dims,
StatusType *const  status,
const long  nextra = 0,
const char *const  extra = 0 
)
inline

Constructor which creates a new array child item.

This contructor creates a new SDS structure array which is a child of the specified SDS item in the specified SdsId object.

See also
SdsNew()
Parameters
parent_idThe parent SDS item.
nameThe name for the new SDS item.
codeThe SDS code for the new item.
ndimsThe number of dimensions, 1 through 7.
dimsAn array giving each dimension.
statusInherited status.
nextraThe about of extra data, default to 0 (no extra data).
extraThe extra data.