generated from thinkode/modelRepository
Resolve CGO configuration + version in EXE
This commit is contained in:
15
hardware/cpp/include/dmxSenderBridge.h
Normal file
15
hardware/cpp/include/dmxSenderBridge.h
Normal file
@@ -0,0 +1,15 @@
|
||||
// Declare the C++ function from the shared library
|
||||
|
||||
typedef void DMXDevice;
|
||||
|
||||
extern DMXDevice* dmx_create();
|
||||
|
||||
extern void* dmx_destroy(DMXDevice* dev);
|
||||
|
||||
extern bool dmx_connect(DMXDevice* dev);
|
||||
|
||||
extern void dmx_activate(DMXDevice* dev);
|
||||
|
||||
extern void dmx_deactivate(DMXDevice* dev);
|
||||
|
||||
extern void dmx_setValue(DMXDevice* dev, int channel, int value);
|
||||
Reference in New Issue
Block a user