| 813 | } |
| 814 | |
| 815 | void Freenect2DeviceImpl::setLedStatus(LedSettings led) |
| 816 | { |
| 817 | CommandTransaction::Result result; |
| 818 | command_tx_.execute(LedSettingCommand(led), result); |
| 819 | } |
| 820 | |
| 821 | bool Freenect2DeviceImpl::open() |
| 822 | { |
nothing calls this directly
no test coverage detected