Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	nidaqmx/task.py
  • Loading branch information
Wondernutz committed Jul 10, 2017
2 parents e23f517 + 552b12a commit fe11664
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nidaqmx/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,11 @@ def register_signal_event(self, signal_type, callback_method):
DAQmxSignalEventCallbackPtr = ctypes.CFUNCTYPE(
ctypes.c_int32, lib_importer.task_handle, ctypes.c_int32,
ctypes.c_void_p)

cfunc = lib_importer.daqlib.DAQmxRegisterSignalEvent
cfunc.argtypes = [
lib_importer.task_handle, ctypes.c_int, ctypes.c_uint,
DAQmxSignalEventCallbackPtr, ctypes.c_void_p]

cfunc = lib_importer.daqlib.DAQmxRegisterSignalEvent
cfunc.argtypes = [
Expand Down

0 comments on commit fe11664

Please sign in to comment.