next up previous
Next: LIP_SCHEDULE_BUFFER_DETACH Up: Communication Schedule Previous: Communication Schedule

LIP_SCHEDULE_BUFFER_ATTACH

LIP_SCHEDULE_BUFFER_ATTACH(schedule, buf, size)

IN schedule communication schedule (handle)
IN buf address of the buffer to be attached (choice)
IN size size (in bytes) of buffer (integer)


C syntax:

int LIP_Schedule_buffer_attach(LIP_Schedule schedule, void *buf, int size)


LIP_SCHEDULE_BUFFER_ATTACH attaches a memory buffer of size (in bytes) size to the schedule object which is provided by schedule. There is only one memory buffer which can be attached to a schedule. For information of how to obtain the optimal buffer size, see the description of LIP_SCHEDULE_GET_INFO.