Skip to content

Commit

Permalink
Automated update of libGadget binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-etclabs committed Feb 19, 2020
1 parent 3b4d29f commit 1592ec9
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 6 deletions.
Binary file modified Win32/bin/GadgetDLL.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions Win32/include/GadgetDLL.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ extern "C"

/* Send an RDM command with a context value which can be retrieved with the response */
GADGET_DLL_API void Gadget2_SendRDMCommandWithContext(unsigned int DeviceNum, unsigned int PortNum, unsigned char Cmd, unsigned short ParameterID, unsigned short SubDevice, unsigned char DataLen, const char * Buffer, unsigned short ManfID, unsigned int DevID, const void * Context);

/* Set the interval at which background polling happens, in milliseconds; set to 0 or below to disable */
GADGET_DLL_API void Gadget2_SetBackgroundPollingInterval(unsigned int DeviceNum, unsigned int PortNum, int interval);
}

#endif /* GADGETDLL_H_ */
8 changes: 5 additions & 3 deletions Win32/include/rdmEtcConsts.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@
#define E120_ETC_SIMPLESETUPMODE_DESCRIPTION 0x8117
#define E120_ETC_OVERTEMPMODE_DESCRIPTION 0x8118
#define E120_ETC_LED_REQUESTED_XY 0x8119
#define E120_ETC_LED_CURRENT_XY 0x811A
#define E120_ETC_LED_CURRENT_PWM 0x811B
#define E120_ETC_LED_TRISTIMULUS 0x811C
#define E120_ETC_LED_CURRENT_XY 0x811A
#define E120_ETC_LED_CURRENT_PWM 0x811B
#define E120_ETC_LED_TRISTIMULUS 0x811C
#define E120_ETC_LED_INFORMATION 0x811D
#define E120_ETC_PRESETCONFIG 0x811E
#define E120_ETC_SEQUENCE_PLAYBACK 0x811F
Expand Down Expand Up @@ -178,6 +178,8 @@

#define E120_ETC_PACKET_DELAY 0xB000

#define E120_RAYN_GET_SPD_UUID 0xC000

#define E120_ETC_HAS_ENUM_TEXT 0xE000
#define E120_ETC_GET_ENUM_TEXT 0xE001

Expand Down
Binary file modified Win32/lib/GadgetDLL.lib
Binary file not shown.
Binary file modified x64/bin/GadgetDLL.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions x64/include/GadgetDLL.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ extern "C"

/* Send an RDM command with a context value which can be retrieved with the response */
GADGET_DLL_API void Gadget2_SendRDMCommandWithContext(unsigned int DeviceNum, unsigned int PortNum, unsigned char Cmd, unsigned short ParameterID, unsigned short SubDevice, unsigned char DataLen, const char * Buffer, unsigned short ManfID, unsigned int DevID, const void * Context);

/* Set the interval at which background polling happens, in milliseconds; set to 0 or below to disable */
GADGET_DLL_API void Gadget2_SetBackgroundPollingInterval(unsigned int DeviceNum, unsigned int PortNum, int interval);
}

#endif /* GADGETDLL_H_ */
8 changes: 5 additions & 3 deletions x64/include/rdmEtcConsts.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@
#define E120_ETC_SIMPLESETUPMODE_DESCRIPTION 0x8117
#define E120_ETC_OVERTEMPMODE_DESCRIPTION 0x8118
#define E120_ETC_LED_REQUESTED_XY 0x8119
#define E120_ETC_LED_CURRENT_XY 0x811A
#define E120_ETC_LED_CURRENT_PWM 0x811B
#define E120_ETC_LED_TRISTIMULUS 0x811C
#define E120_ETC_LED_CURRENT_XY 0x811A
#define E120_ETC_LED_CURRENT_PWM 0x811B
#define E120_ETC_LED_TRISTIMULUS 0x811C
#define E120_ETC_LED_INFORMATION 0x811D
#define E120_ETC_PRESETCONFIG 0x811E
#define E120_ETC_SEQUENCE_PLAYBACK 0x811F
Expand Down Expand Up @@ -178,6 +178,8 @@

#define E120_ETC_PACKET_DELAY 0xB000

#define E120_RAYN_GET_SPD_UUID 0xC000

#define E120_ETC_HAS_ENUM_TEXT 0xE000
#define E120_ETC_GET_ENUM_TEXT 0xE001

Expand Down
Binary file modified x64/lib/GadgetDLL.lib
Binary file not shown.

0 comments on commit 1592ec9

Please sign in to comment.