Skip to content

Commit

Permalink
fix wrong cluster wrapper for stopTransmission
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Apr 14, 2024
1 parent 75ee6dd commit b492c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/julia/src/Cluster.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function RPInfo(rpc::RedPitayaCluster)
end

for op in [:currentFrame, :currentPeriod, :currentWP, :periodsPerFrame, :samplesPerPeriod, :decimation, :keepAliveReset,
:triggerMode, :samplesPerStep, :serverMode, :masterTrigger,
:triggerMode, :samplesPerStep, :serverMode, :masterTrigger, :stopTransmission,
:counterTrigger_enabled, :counterTrigger_enabled!, :counterTrigger_presamples,
:counterTrigger_isArmed, :counterTrigger_arm!, :counterTrigger_reset!,
:counterTrigger_reset, :counterTrigger_lastCounter, :counterTrigger_referenceCounter,
Expand All @@ -120,7 +120,7 @@ for op in [:currentFrame, :currentPeriod, :currentWP, :periodsPerFrame, :samples
end

for op in [:periodsPerFrame!, :samplesPerPeriod!, :decimation!, :triggerMode!, :samplesPerStep!,
:keepAliveReset!, :serverMode!, :stopTransmission,
:keepAliveReset!, :serverMode!,
:counterTrigger_enabled!, :counterTrigger_presamples!, :counterTrigger_arm!,
:counterTrigger_reset!, :counterTrigger_referenceCounter!,
:counterTrigger_sourceType!, :counterTrigger_sourceChannel!]
Expand Down

0 comments on commit b492c36

Please sign in to comment.