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

cosmetics

parent 7ed2649f
No related branches found
No related tags found
No related merge requests found
%% Holy grail test script:
% defineds, inits and sets up cfs1 and cfs2 algo obj
% defines, inits and sets up cfs1 and cfs2 algo obj
% actulizes them on -1
% configures an interlaced cfs1 / cfs2 simulation model
% simulates it, storing outputs in th ebase workspace
......@@ -58,7 +58,7 @@ system('scp ../../../gencodes/CodeGenFolder/algo_cfs2.so root@node06:/root/MART
%% MARTe2 run of the same thing, on the realtime machine
system('ssh root@node06 ''source /etc/profile; cd MARTe2-examples; ./runcfs.sh''');
%% Getting MARTe2 outputs
%% Gets MARTe2 outputs (a subset)
mdsconnect('scd');
op=mdsopen('scdds',0)
......
......@@ -2,11 +2,10 @@
% MARTe2 cfg file for the cfs1 + cfs2 algorithms
% with these specifications:
%
% 1 rt thread, 2 SimulinkWrapperGAMs in sequence
% tunable parameters MDSplus link via MDSObjLoader instantiations
% tunable waveforms MDSplus link via MDSObjWavegen instantiations
% single realtime thread, LinuxTimer synched at 1kHz, 2 SimulinkWrapGAM in
% sequence
% tunable parameters MDSplus link via MDSObjLoader instantiations
% tunable waveforms MDSplus link via MDSObjWavegen instantiations
% inter algorithm communication via dedicated proc buses routing
% algorithms output MDSplus link via standard MDSWriter
......
......@@ -5,8 +5,6 @@
% 2 rt threads, 1 SimulinkWrapperGAMs per thread
% tunable parameters MDSplus link via MDSObjLoader instantiations
% tunable waveforms MDSplus link via MDSObjWavegen instantiations
% single realtime thread, LinuxTimer synched at 1kHz, 2 SimulinkWrapGAM in
% sequence
% inter algorithm communication via dedicated proc buses routing
% algorithms output MDSplus link via standard MDSWriter
......
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