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 a callback
function pointer table.

This also combines all the parameter definitions to a single ordered list. This
will make future changes much easier to implement.

Relates: 389ds#6574

Reviewed by: ?
  • Loading branch information
mreynolds389 committed Feb 3, 2025
1 parent 18c42ee commit 6aa2a04
Show file tree
Hide file tree
Showing 5 changed files with 6,945 additions and 4,366 deletions.
Loading

0 comments on commit 6aa2a04

Please sign in to comment.