> | routine | DitsForwardMonSetupRoutineType | The new routine. |
---|---|---|---|
> | client_data | Void * | Passed directly to the routine as its client_data argument. |
! | old_routine | DitsForwardMonSetupRoutineType * | If non-null, return the previous connect handler address here. This address may be null. |
! | old_c_data | Void ** | If non-null, return the previous connect handlers client data here. |
! | status | StatusType * | Modified status.
|
> | client_data | void * | The value passed to DitsPutForwardMonSetupHandler(). |
---|---|---|---|
> | taskname | const char * | The name of the task to forward monitor is directed to. |
> | action | const char * | The name of the action the forward monitor is directed to. |
> | parameters | SdsIdType argin | Argument to the message. The first item is the target task name, the second the target action and any subsequent items are the names of parameters to be monitored. |
! | bufferSize | int * | On input, the number of bytes being suggested by the monitor function to allow space for writing messages into the target task (normally the size of the largest parameters + 1000. To override this value, set the new value here. |
! | status | StatusType * | Modified status.
|
Click here for the DRAMA home page and here for the AAO home page.
For more information, contact tony.farrell@mq.edu.au