PandABlocks / PandABlocks-ioc

Create an IOC from a PandA
Apache License 2.0
1 stars 5 forks source link

stopped vectorising fields #147

Closed evalott100 closed 3 weeks ago

evalott100 commented 3 weeks ago

The diff in pvget -v PANDA1:SFP2_SYNC_IN:PVI:

9,11c9,11
<     time_t timeStamp 2024-11-01 15:08:17.784  
<         long secondsPastEpoch 1730473697
<         int nanoseconds 784397578
---
>     time_t timeStamp 2024-11-01 15:10:16.744  
>         long secondsPastEpoch 1730473816
>         int nanoseconds 744414767
91,108c91,106
<         structure[] bit
<             (none)
<             structure 
<                 string r PANDA1:SFP2_SYNC_IN:BIT1
<             structure 
<                 string r PANDA1:SFP2_SYNC_IN:BIT2
<             structure 
<                 string r PANDA1:SFP2_SYNC_IN:BIT3
<             structure 
<                 string r PANDA1:SFP2_SYNC_IN:BIT4
<             structure 
<                 string r PANDA1:SFP2_SYNC_IN:BIT5
<             structure 
<                 string r PANDA1:SFP2_SYNC_IN:BIT6
<             structure 
<                 string r PANDA1:SFP2_SYNC_IN:BIT7
<             structure 
<                 string r PANDA1:SFP2_SYNC_IN:BIT8
---
>         structure bit1
>             string r PANDA1:SFP2_SYNC_IN:BIT1
>         structure bit2
>             string r PANDA1:SFP2_SYNC_IN:BIT2
>         structure bit3
>             string r PANDA1:SFP2_SYNC_IN:BIT3
>         structure bit4
>             string r PANDA1:SFP2_SYNC_IN:BIT4
>         structure bit5
>             string r PANDA1:SFP2_SYNC_IN:BIT5
>         structure bit6
>             string r PANDA1:SFP2_SYNC_IN:BIT6
>         structure bit7
>             string r PANDA1:SFP2_SYNC_IN:BIT7
>         structure bit8
>             string r PANDA1:SFP2_SYNC_IN:BIT8
116a115,116
>         structure pos1
>             string r PANDA1:SFP2_SYNC_IN:POS1
126a127,128
>         structure pos2
>             string r PANDA1:SFP2_SYNC_IN:POS2
136a139,140
>         structure pos3
>             string r PANDA1:SFP2_SYNC_IN:POS3
146a151,152
>         structure pos4
>             string r PANDA1:SFP2_SYNC_IN:POS4
157,166d162
<         structure[] pos
<             (none)
<             structure 
<                 string r PANDA1:SFP2_SYNC_IN:POS1
<             structure 
<                 string r PANDA1:SFP2_SYNC_IN:POS2
<             structure 
<                 string r PANDA1:SFP2_SYNC_IN:POS3
<             structure 
<                 string r PANDA1:SFP2_SYNC_IN:POS4

No difference in PANDA1:PVI.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.74%. Comparing base (22174f5) to head (1692a32). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #147 +/- ## ========================================== + Coverage 91.73% 91.74% +0.01% ========================================== Files 8 8 Lines 1391 1393 +2 Branches 163 164 +1 ========================================== + Hits 1276 1278 +2 Misses 82 82 Partials 33 33 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.