Skip to content

Commit

Permalink
Issue 6574 - Move pblock access from switch to func table
Browse files Browse the repository at this point in the history
Description

Currently there are over 300 switch cases for getting/setting pblock parameters.

Instead we should have separate functions for each parameter, and use a callback
function pointer table.

Relates: 389ds#6574

Reviewed by: spichugi, firstyear, progier, tbordaz (Thnaks!!!!)
  • Loading branch information
mreynolds389 committed Feb 4, 2025
1 parent 18c42ee commit 1b70acc
Showing 1 changed file with 9,866 additions and 3,762 deletions.
Loading

0 comments on commit 1b70acc

Please sign in to comment.