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.
Andrew Belt f887faea79 Fix module and cable ID variables that were `int` instead of `int64_t`. Add `Engine::getNumCables()` and `Engine::getCableIds()`. 4 years ago
..
Cable.hpp Use randomly-generated 53-bit IDs for Module and Cable. 4 years ago
Engine.hpp Fix module and cable ID variables that were `int` instead of `int64_t`. Add `Engine::getNumCables()` and `Engine::getCableIds()`. 4 years ago
Light.hpp Simplify Light::setBrightness/Smooth. 5 years ago
Module.hpp Fix module and cable ID variables that were `int` instead of `int64_t`. Add `Engine::getNumCables()` and `Engine::getCableIds()`. 4 years ago
Param.hpp Change order of includes to C++ standard headers, library headers, and local project headers. 4 years ago
ParamHandle.hpp Fix module and cable ID variables that were `int` instead of `int64_t`. Add `Engine::getNumCables()` and `Engine::getCableIds()`. 4 years ago
ParamQuantity.hpp Fix documentation formulas. 4 years ago
Port.hpp Do not force Port alignment to 32 bytes. 4 years ago
PortInfo.hpp Interpret blank ParamQuantity/PortInfo name as "#id". 4 years ago