You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Glenn Maynard
849fd7a975
Simplify overlapped I/O handling, and add a command timeout.
...
If we don't get a response from a command in a while, resend it. This doesn't
normally happen (it only happened during firmware development), but it makes
command sending more robust, so let's keep it. This also uses a single OVERLAPPED
for a whole command, which is simpler.
6 years ago
..
.gitignore
Add a version display based on the git tag.
7 years ago
Helpers.cpp
Add support for uploading animations to the panel, if it supports it.
6 years ago
Helpers.h
Add support for uploading animations to the panel, if it supports it.
6 years ago
SMX.cpp
Add support for 25 light panels (SDK side).
6 years ago
SMX.vcxproj
Add support for uploading animations to the panel, if it supports it.
6 years ago
SMX.vcxproj.filters
Add support for uploading animations to the panel, if it supports it.
6 years ago
SMXDevice.cpp
Pass the packet response to completion callbacks.
6 years ago
SMXDevice.h
Pass the packet response to completion callbacks.
6 years ago
SMXDeviceConnection.cpp
Simplify overlapped I/O handling, and add a command timeout.
6 years ago
SMXDeviceConnection.h
Simplify overlapped I/O handling, and add a command timeout.
6 years ago
SMXDeviceSearch.cpp
Add more logs for device connections.
7 years ago
SMXDeviceSearch.h
Import for release.
7 years ago
SMXDeviceSearchThreaded.cpp
Import for release.
7 years ago
SMXDeviceSearchThreaded.h
Import for release.
7 years ago
SMXGif.cpp
Add SMX_SetLights2.
6 years ago
SMXGif.h
Add SMX_SetLights2.
6 years ago
SMXHelperThread.cpp
Split out low-level thread handling into SMXThread, and use it in SMXHelperThread.
6 years ago
SMXHelperThread.h
Split out low-level thread handling into SMXThread, and use it in SMXHelperThread.
6 years ago
SMXManager.cpp
Add support for 25 light panels (SDK side).
6 years ago
SMXManager.h
Rename m_aPendingCommands -> m_aPendingLightsCommands.
6 years ago
SMXPanelAnimation.cpp
Set LIGHTS_PER_PANEL to 25.
6 years ago
SMXPanelAnimation.h
Add SMXPanelAnimation.
6 years ago
SMXPanelAnimationUpload.cpp
Pass the packet response to completion callbacks.
6 years ago
SMXPanelAnimationUpload.h
Add support for uploading animations to the panel, if it supports it.
6 years ago
SMXThread.cpp
Split out low-level thread handling into SMXThread, and use it in SMXHelperThread.
6 years ago
SMXThread.h
Split out low-level thread handling into SMXThread, and use it in SMXHelperThread.
6 years ago
update-build-version.bat
Add a version display based on the git tag.
7 years ago