%%
%%
%%
%%Copyright2008TheMathWorks,Inc.
%%
%%Abstract:
%%CodegenerationsupportforIPCReadblock
 
%implements "IPCRead" "C"
 
%%Function:Start============================================================
%%Abstract:
%%PerformStartfunction
%%
%function Start(block, system) Output
 
  %<GENERATE_TYPE(block, "Start", IPCFile, system)>
 
%endfunction
  
%%Function:InitializeConditions=============================================
%%Abstract:
%%PerformInitializeConditionsfunction
%%
%function InitializeConditions(block, system) Output
 
  %<GENERATE_TYPE(block, "InitializeConditions", IPCFile, system)>
 
%endfunction
     
%%Function:Outputs===========================================================
%%Abstract:
%%RuntheTLCoutputscriptcreatedduringthertwgenprocessforthe
%%block.
%%
%function Outputs(block, system) Output
 
  %<GENERATE_TYPE(block,"Outputs", IPCFile, system)>
 
%endfunction
 
%function Terminate(block, system) Output
 
  %<GENERATE_TYPE(block, "Terminate", IPCFile, system)>
   
%endfunction
 
%%[eof]msfunction.tlc