ryanpoulos / LabVIEW-Memory

A library that provides a set of VIs and classes for performing explicit memory operations, such as pointer allocation and deallocation, in LabVIEW.
MIT License
3 stars 3 forks source link

No Check 1D Wire offset out calculation #12

Open PeterJCC opened 4 years ago

PeterJCC commented 4 years ago

All No Check 1D Write functions shouldn't be offset out calculated from value of offset in + count/size?

Then when you want daisy-chain more writes to one pointer then you don't have to calculate offsets for consecutive writes by yourself.

image

Memory Manager\Classes\Pointer\Public\Write (No Check)\Write (No Check 1D xxx).vi