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

◆ List() [1/3]

static void Arg::List ( const SdsId id,
unsigned  buflen,
char *  buffer,
ArgListFuncType  func,
void *  client_data,
StatusType *ARGCONST  status 
)
inlinestatic

List an SDS structure through a print function.

This static List function allows an SdsId/Arg structure to be listed with a printing function. It provides appropiate access to the ArgSdsList() function

Remarks
Should use a printing object rather then a printing function, which would probably improve the format significantly.
See also
ArgSdsList()
Parameters
idThe SdsId item to be printed.
buflenThe length of the supplied buffer.
bufferThe buffer to format into.
funcThe printing function.
client_dataPassed through to the printing function.
statusInherited status.