diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-01-28 22:20:49 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-01-28 22:20:49 +0000 |
| commit | 64c89ab53447a004002ec0b0db94fd0a1e632cf6 (patch) | |
| tree | 65ce3b4802bbb0656cc1a8c843c81d7a3fcda8c9 /ofxHelios/libs/libheliosdac/includes/OpenLaserShowController.def | |
| parent | 404746784ce6ef2b87c396a12451947fee28b244 (diff) | |
POC driver
Diffstat (limited to 'ofxHelios/libs/libheliosdac/includes/OpenLaserShowController.def')
| -rw-r--r-- | ofxHelios/libs/libheliosdac/includes/OpenLaserShowController.def | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ofxHelios/libs/libheliosdac/includes/OpenLaserShowController.def b/ofxHelios/libs/libheliosdac/includes/OpenLaserShowController.def new file mode 100644 index 0000000..f4b2882 --- /dev/null +++ b/ofxHelios/libs/libheliosdac/includes/OpenLaserShowController.def @@ -0,0 +1,21 @@ +LIBRARY HeliosLaserDAC +EXPORTS + OLSC_GetAPIVersion + OLSC_GetDeviceCapabilities + OLSC_GetDeviceCount + OLSC_GetInterfaceName + OLSC_GetLastErrorNumber + OLSC_GetStatus + OLSC_Initialize + OLSC_Pause + OLSC_Play + OLSC_ReadDMX + OLSC_ReadTTL + OLSC_SetCallback + OLSC_Shutdown + OLSC_Shutter + OLSC_WriteDMX + OLSC_WriteFrame + OLSC_WriteFrameEx + OLSC_WriteTTL + |
