Commit aa03ea6
committed
Remove discovery headers; update RDM handler enums
Delete rdm_discovery.h and rdm_discovery_statemachine.h headers and update rdmhandler.cpp to match naming and build changes: enum constants in PowerState and ResetMode were renamed to use k-prefix (kFullOff, kStandby, kNormal, kCold) and all references updated accordingly; the compile-time condition was changed from '!defined(NODE_RDMNET_LLRP_ONLY)' to 'defined(RDM_RESPONDER)'. These edits align naming conventions and conditional compilation with the current codebase.1 parent 1cb1f24 commit aa03ea6
6 files changed
Lines changed: 19 additions & 608 deletions
File tree
- lib-displayudf
- lib-dmxnode
- lib-pixeldmx
- lib-rdm
- include
- src/handlers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
0 commit comments