Commit 83dcf34
committed
Remove discovery headers; update RDM handler enums
Delete rdm_discovery.h and rdm_discovery_statemachine.h (discovery state machine and related API removed/relocated). Update lib-rdm/src/handlers/rdmhandler.cpp: rename enum members to k-prefixed identifiers (PowerState: kFullOff, kStandby, kNormal; ResetMode: kCold) and update all usages accordingly, and change the preprocessor guard from !defined(NODE_RDMNET_LLRP_ONLY) to defined(RDM_RESPONDER). Adjusted conditional checks and responses to match the new identifiers.1 parent 1cf5068 commit 83dcf34
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