EastEriq / LAST_Messaging

Messaging framework for the LAST project
0 stars 0 forks source link

allow commands on vectors of SpawnedMatlabs #5

Closed EastEriq closed 1 month ago

EastEriq commented 3 months ago
>> Unit.Slave.disconnect
Error using isa
Too many input arguments.
Error in obs.util.SpawnedMatlab/disconnect (line 9)
    if isa(S.Messenger,'obs.util.MessengerCommon') 

it's work, I don't know if worth

EastEriq commented 3 months ago

consider it for https://github.com/PolishookDavid/LAST_OCS/milestone/1

EastEriq commented 1 month ago

I have vectorized all methods except for SpawnedMatlab.spawn, to avoid that by mistake multiple sessions are spawned on the same host and ports, without more detailed parsing of all the input arguments. This is yet to be fully tested. If ok, it could lead to simplifications in the obs.unitCS and obs.superunit code, where there are loops on the slaves.