image thumbnail
from Using the xPC Target Driver Authoring Tool to Create a Delay Timer by Doug Jones
Simple use case of the xPC Target Driver Authoring Tool.

makeInfo=rtwmakecfg()
function makeInfo=rtwmakecfg()

% Path to the source files delayTimer.c and delayTimer.h.
makeInfo.includePath = {'C:\work'};
makeInfo.sourcePath  = {'C:\work'};

Contact us at files@mathworks.com