![]() |
|
|||||||
| RDM General Implementation Discussion General Discussion and questions relating to implementing RDM in a product. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
|
#1 |
|
Task Group Member
Join Date: Sep 2006
Posts: 26
|
There is a stray space in `E120_PRODUCT_DETAIL_NOT DECLARED'.
Code:
258c258 < #define E120_PRODUCT_DETAIL_NOT DECLARED 0x0000 --- > #define E120_PRODUCT_DETAIL_NOT_DECLARED 0x0000 Shaun |
|
|
|
|
|
#2 |
|
Task Group Member
Join Date: Sep 2006
Posts: 26
|
This patch adds constants for the control field of the mute/un-mute messages.
Cheers, Shaun Code:
diff -u -p -r1.4 rdm-e120.h --- rdm-e120.h 17 Oct 2006 19:22:06 -0000 1.4 +++ rdm-e120.h 20 Nov 2006 18:16:02 -0000 @@ -68,6 +68,12 @@ #define E120_PROXIED_DEVICE_COUNT 0x0011 #define E120_COMMS_STATUS 0x0015 +/* Discovery Mute/Un-Mute Messages Control Field. See Table 7-3. */ +#define E120_CONTROL_PROXIED_DEVICE 0x0008 +#define E120_CONTROL_BOOT_LOADER 0x0004 +#define E120_CONTROL_SUB_DEVICE 0x0002 +#define E120_CONTROL_MANAGED_PROXY 0x0001 + /* Category - Status Collection */ #define E120_QUEUED_MESSAGE 0x0020 /* See Table A-4 */ #define E120_STATUS_MESSAGES 0x0030 /* See Table A-4 */ |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: May 2012
Location: Rennes, FRANCE
Posts: 8
|
Hello !
I'm currently implementing RDM and today, I've needed some definitions from appendix C. If it can be of any help to somebody, here is a copy of the rdm.h I'm using, with appendix B & C implemented. Cheers ! Laurent Last edited by sblair; October 24th, 2014 at 08:05 PM. |
|
|
|
![]() |
| Bookmarks |
|
|