ASAP 1.1 Hybrid Manual
HP NonStop ASAP Hybrid Manual – 529729-004
Page 4-18
asap_updatelist and asap_updatelist_ts
Update a list of data items (up to ASAP_MAX_DATAITEMS - 1) for a single
domain.
Data items are defined in the EDL for the application. This EDL must be loaded
into the running ASAP environment.
Declaration
short asap_updatelist (
void *handle, // IN REQUIRED
// Shared memory handle for this domain
const short count, // IN REQUIRED
// Number of items in the list
struct asap_list *ptr_asap_list, // IN REQUIRED
// Pointer to list of items
short *ptr_error_detail = NULL // OUT OPTIONAL
// Detailed error number, if any
);
short asap_updatelist_ts (
void *handle, // IN REQUIRED
// Shared memory handle for this domain
const short count, // IN REQUIRED
// Number of items in the list
struct asap_list *ptr_asap_list, // IN REQUIRED
// Pointer to list of items
short *ptr_error_detail = NULL // OUT OPTIONAL
// Detailed error number, if any
);
Parameter Descriptions
void *handle
The handle returned from the call to asap_register. This parameter is required.
const short count
The number of asap_list elements to be processed. This parameter is required.
struct asap_list *ptr_asap_list
An array indicating the data item, value, and math parameters for each item to be
updated. These values are defined in a structure of type asap_list, which contains
a maximum of ASAP_MAX_DATAITEMS elements. This parameter is required.
short *ptr_error_detail
A detailed error code, if any. This parameter is optional. The default value is