AMS_Memory_set_field_info
Modifies the accessor field's data. To publisher copy is modifed only after a call to AMS_Memory_update_send_end.
Synopsis
int AMS_Memory_set_field_info(AMS_Memory mem, char *name, void *addr, int len)
Input Parameters
- mem
- the memory object
- name
- the field name
- addr
- pointer to the new field's data
- len
- new field's length (number of elements)
Location:amsacc.c