pvtesting-uhd:ops/dwil/other

Last commit made on 2024-03-26
Get this branch:
git clone -b ops/dwil/other https://git.launchpad.net/pvtesting-uhd

Branch merges

Branch information

Name:
ops/dwil/other
Repository:
lp:pvtesting-uhd

Recent commits

9def04a... by Doug W <email address hidden>

RX_MULTI_RATES_TO_FILE: removing setting the data buffer to all 0

Should have no impact and has a significant impact on performance

ad4e72e... by Doug W <email address hidden>

RX_SAMPLES_TO_FILE: skip sending stop stream command in nsamps mode

Sending the command causes slowdowns in other threads and does nothing in
nsamps mode

72e31f6... by Doug W <email address hidden>

Merge branch 'ops/amac/task11882_test_tx_trig' into ops/dwil/master

83ab027... by Amelia MacLatchy <email address hidden>

TX_TRIGGER: Removing unused parameters

9248742... by SFEN

Packaging: Adding post-installation scriptlet

de83ad4... by Doug W <email address hidden>

RX_MULTI_RATES_TO_FILE: correcting error code printed when a write fails

c866c76... by Doug W <email address hidden>

RX_MULTI_RATES_TO_FILE: correcting variable set when setting priority

Previously aio_offset would be set when the priority was being written,
which would result in only the start of the file getting written (since
offset would be overwritten with a count of number of writes issued)

NOTE: this will hurt performance, sinc we are now writng correctly
instead of writing the begining of the file repeatedly

53109e0... by Amelia MacLatchy <email address hidden>

TX_TRIGGER: Added num_trigger param and EOS packets to test_tx_trigger

18c367a... by Doug W <email address hidden>

CRIMSON: throw error instead of using fallback for packet length

There is a bugs when an incorrect packet size if connected. The packet
size property has always been there so old server's won't be broken by
this

7f84eb9... by SFEN

Packaging: Renaming uhdpv.spec to libuhdpv.spec