MCPcopy Create free account

hub / github.com/Atarity/Lightpack / functions

Functions4,331 in github.com/Atarity/Lightpack

↓ 2 callersFunctionUSB_Device_GetFrameNumber
Firmware/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h:163
↓ 2 callersFunctionUSB_Device_GetFrameNumber
Firmware/LUFA/Drivers/USB/Core/XMEGA/Device_XMEGA.h:160
↓ 2 callersFunctionUSB_Device_IsAddressSet
Firmware/LUFA/Drivers/USB/Core/UC3/Device_UC3.h:223
↓ 2 callersFunctionUSB_Device_SetDeviceAddress
Firmware/LUFA/Drivers/USB/Core/UC3/Device_UC3.h:209
↓ 2 callersFunctionUSB_Device_SetFullSpeed
Firmware/LUFA/Drivers/USB/Core/UC3/Device_UC3.h:191
↓ 2 callersFunctionUSB_GetHIDReportSize
Firmware/LUFA/Drivers/USB/Class/Common/HIDParser.c:358
↓ 2 callersFunctionUSB_GetNextDescriptorOfType
Firmware/LUFA/Drivers/USB/Core/ConfigDescriptors.c:74
↓ 2 callersFunctionUSB_GetUSBModeFromUID
Firmware/LUFA/Drivers/USB/Core/UC3/USBController_UC3.h:348
↓ 2 callersFunctionUSB_GetUSBModeFromUID
Firmware/LUFA/Drivers/USB/Core/AVR8/USBController_AVR8.h:419
↓ 2 callersFunctionUSB_HostTask
Firmware/LUFA/Drivers/USB/Core/USBTask.c:78
↓ 2 callersFunctionUSB_Host_GetDescriptor
Firmware/LUFA/Drivers/USB/Core/HostStandardReq.c:236
↓ 2 callersFunctionUSB_Host_GetFrameNumber
Firmware/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:139
↓ 2 callersFunctionUSB_Host_IsBusSuspended
Firmware/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:222
↓ 2 callersFunctionUSB_Host_ResetDevice
Firmware/LUFA/Drivers/USB/Core/UC3/Host_UC3.c:252
↓ 2 callersFunctionUSB_Host_ResetDevice
Firmware/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.c:252
↓ 2 callersFunctionUSB_Host_SetInterfaceAltSetting
Firmware/LUFA/Drivers/USB/Core/HostStandardReq.c:287
↓ 2 callersFunctionUSB_Host_SuspendBus
Firmware/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:210
↓ 2 callersFunctionUSB_Host_VBUS_Auto_Off
Firmware/LUFA/Drivers/USB/Core/UC3/Host_UC3.h:314
↓ 2 callersFunctionUSB_Host_VBUS_Auto_On
Firmware/LUFA/Drivers/USB/Core/UC3/Host_UC3.h:302
↓ 2 callersFunctionUSB_Host_VBUS_Manual_Enable
Firmware/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:300
↓ 2 callersFunctionUSB_Host_VBUS_Manual_Off
Firmware/LUFA/Drivers/USB/Core/UC3/Host_UC3.h:320
↓ 2 callersFunctionUSB_Host_VBUS_Manual_Off
Firmware/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:331
↓ 2 callersFunctionUSB_Host_VBUS_Manual_On
Firmware/LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:315
↓ 2 callersFunctionUSB_INT_ClearAllInterrupts
Firmware/LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c:46
↓ 2 callersFunctionUSB_INT_ClearAllInterrupts
Firmware/LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.c:58
↓ 2 callersFunctionUSB_INT_DisableAllInterrupts
Firmware/LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c:37
↓ 2 callersFunctionUSB_INT_DisableAllInterrupts
Firmware/LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.c:37
↓ 2 callersFunctionUSB_OTGPAD_On
Firmware/LUFA/Drivers/USB/Core/UC3/USBController_UC3.h:304
↓ 2 callersFunctionUSB_OTGPAD_On
Firmware/LUFA/Drivers/USB/Core/AVR8/USBController_AVR8.h:374
↓ 2 callersMethodVersion
Software/src/Plugin.cpp:69
↓ 2 callersFunction_FlagClear
Firmware/flags.h:50
↓ 2 callersFunction_FlagProcess
Firmware/flags.h:68
↓ 2 callersFunction_LedDriver_UpdateLedsPWM
Firmware/LedDriver.c:155
↓ 2 callersFunction_LedDrivers_LatchPulse
Firmware/LedDriver.c:241
↓ 2 callersFunction_SPI_Write8
Firmware/LedDriver.c:137
↓ 2 callersMethod_delTarget
Delete the specified OSCTarget from the Client's dict. the 'address' argument must be a (host, port) tuple. If the 'prefix' argument is given, the
Software/apiexamples/liOSC/OSC.py:1342
↓ 2 callersFunction_readFloat
Tries to interpret the next 4 bytes of the data as a 32-bit float.
Software/apiexamples/liOSC/OSC.py:796
↓ 2 callersFunction_readInt
Tries to interpret the next 4 bytes of the data as a 32-bit integer.
Software/apiexamples/liOSC/OSC.py:760
↓ 2 callersMethod_save_file
( self, data, file )
XBMC/addons_xml_generator.py:62
↓ 2 callersMethod_subscribe
Handle the actual subscription. the provided 'data' is concatenated together to form a '<host>:<port>[<prefix>] [<filter>] [...]' string, which is t
Software/apiexamples/liOSC/OSC.py:2118
↓ 2 callersMethod_unsubscribe
Handle the actual unsubscription. the provided 'data' is concatenated together to form a '<host>:<port>[<prefix>]' string, which is then passed to
Software/apiexamples/liOSC/OSC.py:2156
↓ 2 callersMethod_updateFilters
Update a 'filters' dict with values form another 'filters' dict: - src[a] == True and dst[a] == False: del dst[a] - src[a] == False and dst[a] =
Software/apiexamples/liOSC/OSC.py:1270
↓ 2 callersMethodacmDriverClose
http://msdn.microsoft.com/en-us/library/dd742886%28VS.85%29.aspx
Software/apiexamples/C#/VolumeLight/NAudio/Wave/Compression/AcmInterop.cs:46
↓ 2 callersMethodacmDriverOpen
http://msdn.microsoft.com/en-us/library/dd742894%28VS.85%29.aspx
Software/apiexamples/C#/VolumeLight/NAudio/Wave/Compression/AcmInterop.cs:58
↓ 2 callersMethodacmStreamOpen
<summary> http://msdn.microsoft.com/en-us/library/dd742928%28VS.85%29.aspx MMRESULT acmStreamOpen( LPHACMSTREAM phas, HACMDRIVER had, LPWAVEFO
Software/apiexamples/C#/VolumeLight/NAudio/Wave/Compression/AcmInterop.cs:117
↓ 2 callersMethodacmStreamSize
http://msdn.microsoft.com/en-us/library/dd742931%28VS.85%29.aspx
Software/apiexamples/C#/VolumeLight/NAudio/Wave/Compression/AcmInterop.cs:161
↓ 2 callersMethodactivateWindow
! De-minimizes, raises, and activates this application's activation window. This function does nothing if no activation window has been set.
Software/src/qtsingleapplication/src/qtsingleapplication.cpp:323
↓ 2 callersMethodaddDefaultHandlers
Register a default set of OSC-address handlers with this Server: - 'default' -> noCallback_handler the given prefix is prepended to all other cal
Software/apiexamples/liOSC/OSC.py:1917
↓ 2 callersMethodapplicationId
Software/src/qtsingleapplication/src/qtlocalpeer.h:58
↓ 2 callersMethodbacklightOff
Software/src/SettingsWindow.cpp:588
↓ 2 callersMethodbacklightOn
Software/src/SettingsWindow.cpp:579
↓ 2 callersMethodbaudRate
Software/qtserialport/src/serialport/qserialport.cpp:570
↓ 2 callersMethodcanReadLine
! \reimp Returns true if a line of data can be read from the serial port; otherwise returns false. \sa readLine() */
Software/qtserialport/src/serialport/qserialport.cpp:1057
↓ 2 callersMethodcloseLog
Software/hooks/Logger.cpp:73
↓ 2 callersMethoddataBits
Software/qtserialport/src/serialport/qserialport.cpp:611
↓ 2 callersMethoddispatchMessage
Attmept to match the given OSC-address pattern, which may contain '*', against all callbacks registered with the OSCServer. Calls the matching cal
Software/apiexamples/liOSC/OSC.py:1612
↓ 2 callersFunctionevenParity
Software/qtserialport/src/serialport/qserialport_unix.cpp:1050
↓ 2 callersMethodflowControl
Software/qtserialport/src/serialport/qserialport.cpp:726
↓ 2 callersFunctionfree_hid_device
Software/src/hidapi/linux/hid-libusb.c:134
↓ 2 callersFunctionfree_hid_device
Software/src/hidapi/mac/hid.c:171
↓ 2 callersMethodget
Software/src/LightpackApplication.cpp:47
↓ 2 callersFunctiongetApplicationDirectoryPath
Software/src/main.cpp:57
↓ 2 callersMethodgetB
(self)
Software/apiexamples/liOSC/LiOSC.py:194
↓ 2 callersMethodgetChannelInfo
<summary> Gets the channel info. </summary> <param name="channelNumber">The channel number.</param> <param name="trueForInputInfo">if set to <c>true</
Software/apiexamples/C#/VolumeLight/NAudio/Wave/Asio/ASIODriver.cs:236
↓ 2 callersFunctiongetChromaHSV
Software/math/PrismatikMath.cpp:85
↓ 2 callersFunctiongetColors
(_rgbIndex, _color)
Software/apiexamples/VisualTests/VisualTests.py:22
↓ 2 callersFunctiongetCompatibleBufferFormat
Software/hooks/D3D9FrameGrabber.cpp:347
↓ 2 callersMethodgetErrorMessage
<summary> Gets the error message. </summary> <returns></returns>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/Asio/ASIODriver.cs:104
↓ 2 callersFunctiongetFilterStr
Return the given 'filters' dict as a list of '+<addr>' | '-<addr>' filter-strings
Software/apiexamples/liOSC/OSC.py:1190
↓ 2 callersMethodgetG
(self)
Software/apiexamples/liOSC/LiOSC.py:191
↓ 2 callersMethodgetOSCAddressSpace
Returns a list containing all OSC-addresses registerd with this Server.
Software/apiexamples/liOSC/OSC.py:1912
↓ 2 callersMethodgetR
(self)
Software/apiexamples/liOSC/LiOSC.py:188
↓ 2 callersFunctiongetRegEx
Compiles and returns a 'regular expression' object for the given address-pattern.
Software/apiexamples/liOSC/OSC.py:1222
↓ 2 callersMethodgetStatus
(self)
Software/apiexamples/EventGhost/Prismatik/lightpack.py:29
↓ 2 callersFunctiongetValueHSV
Software/math/PrismatikMath.cpp:73
↓ 2 callersFunctionget_bytes
Get bytes from a HID Report Descriptor. Only call with a num_bytes of 0, 1, 2, or 4. */
Software/src/hidapi/linux/hid-libusb.c:156
↓ 2 callersFunctionget_manufacturer_string
Software/src/hidapi/mac/hid.c:342
↓ 2 callersFunctionget_product_string
Software/src/hidapi/mac/hid.c:347
↓ 2 callersFunctionhid_free_enumeration
Software/src/hidapi/mac/hid.c:531
↓ 2 callersFunctionindexOf
Software/qtserialport/src/serialport/qt4support/qringbuffer_p.h:270
↓ 2 callersMethodinit
Software/tests/LightpackApiTest.cpp:87
↓ 2 callersMethodinstallHooks
Software/hooks/DxgiFrameGrabber.cpp:47
↓ 2 callersMethodisClient
Software/src/qtsingleapplication/src/qtlocalpeer.cpp:112
↓ 2 callersMethodisGAPILoaded
Software/hooks/DxgiFrameGrabber.cpp:43
↓ 2 callersMethodisGrabbingStarted
Software/grab/D3D10Grabber.cpp:570
↓ 2 callersMethodisHooksInstalled
Software/hooks/DxgiFrameGrabber.cpp:51
↓ 2 callersMethodisStarted
Software/grab/D3D10Grabber.cpp:226
↓ 2 callersFunctionmake_path
Software/src/hidapi/linux/hid-libusb.c:369
↓ 2 callersFunctionmin
Software/math/PrismatikMath.cpp:81
↓ 2 callersMethodmixerGetLineControls
http://msdn.microsoft.com/en-us/library/dd757302%28VS.85%29.aspx
Software/apiexamples/C#/VolumeLight/NAudio/Mixer/MixerInterop.cs:45
↓ 2 callersMethodonConnectedChanged
(boolean isConnected)
Software/apiexamples/Android/DroidPack/src/net/droidpack/DroidPack.java:133
↓ 2 callersMethodopen
Software/src/LedDeviceAlienFx.cpp:168
↓ 2 callersMethodopen
! \reimp Opens the serial port using OpenMode \a mode, and then returns true if successful; otherwise returns false with and sets an erro
Software/qtserialport/src/serialport/qserialport.cpp:447
↓ 2 callersFunctionopen_device
Software/src/hidapi/windows/hid.c:208
↓ 2 callersMethodoutputReady
<summary> Notifies OutputReady to the ASIODriver. </summary> <returns></returns>
Software/apiexamples/C#/VolumeLight/NAudio/Wave/Asio/ASIODriver.cs:290
↓ 2 callersMethodoverlappedPointer
Software/qtserialport/src/serialport/qserialport_win.cpp:114
↓ 2 callersMethodparity
Software/qtserialport/src/serialport/qserialport.cpp:650
↓ 2 callersMethodpinoutSignals
! Returns the state of the line signals in a bitmap format. From this result, it is possible to allocate the state of the desired signal
Software/qtserialport/src/serialport/qserialport.cpp:831
↓ 2 callersMethodprocessIoErrors
Software/qtserialport/src/serialport/qserialport_win.cpp:710
↓ 2 callersFunctionprocess_pending_events
Software/src/hidapi/mac/hid.c:431
← previousnext →501–600 of 4,331, ranked by callers