User`s guide
your_company_name_boardPostHook
Purpose Run after return from interrupt service routine function-call subsystem
or after sending wakeup call to model thread
Syntax void __cdecl your_company_name_boardPostHook(xpcPCIDevice
*pciInfo);
Argument
pciInfo
Pointer to the PciDevice structure.
Description your_company_name_boardPostHook is not typically required. If you
do not need this function, set it to
'NULL' in
matlabroot\toolbox\rtw\targets\xpc\target\build\
xpcblocks\thirdpartydrivers\
your_company_name_int.m
See Also xpcPCIDevice
5-16