Skip to content
Snippets Groups Projects
Commit b31727b3 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

proc buses type expansor added

parent c50f1f78
No related branches found
No related tags found
No related merge requests found
......@@ -54,9 +54,8 @@ system('sed -i ''s/obj2.printMARTe2wgbusconfig(-1,''algo_cfs2_inBus'',1000);//g'
system('sed -i ''s/MDSWavegen_algo_cfs2_inBus_1/MDSWavegen_2/g'' mdswavegen2.cfg');
system('sed -i ''s/wavegen_algo_cfs2_inBus_1/wavegen_2/g'' mdswavegen2.cfg');
%
%% bus expansions stubs
%% bus expansions stubs
% ./rtapp-thread1.cfgsrc: >INPUTBUS1DDB1STRUCT<
algo_cfs1_inBus=Simulink.data.evalinGlobal('algo_cfs1','algo_cfs1_inBus');
......@@ -89,6 +88,15 @@ cfsprocinbusflat=genbusstructstub('PROCINBUSDDB1STRUCT.cfg',algo_cfs12_procin,'p
% ./rtapp-thread2.cfgsrc: >PROCINBUSDDB2STRUCT<
genbusstructstub('PROCINBUSDDB2STRUCT.cfg',algo_cfs12_procin,'proc_in','DDB2');
%% Data types stubs
bus2marte2type(algo_cfs1_procout, 'algo_cfs1_procout', 1);
bus2marte2type(algo_cfs2_procout, 'algo_cfs2_procout', 1);
bus2marte2type(algo_cfs12_procin, 'algo_cfs12_procin', 1);
%%
clear algo_cfs1_outBus algo_cfs1_outBus algo_cfs1_procout
clear algo_cfs2_outBus algo_cfs2_outBus algo_cfs2_procout
clear algo_cfs12_procin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment