MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / getColorSettingFloat

Method getColorSettingFloat

src/libfreenect2.cpp:807–813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805}
806
807float Freenect2DeviceImpl::getColorSettingFloat(ColorSettingCommandType cmd)
808{
809 uint32_t data = getColorSetting(cmd);
810 float out;
811 memcpy(&out, &data, sizeof(out));
812 return out;
813}
814
815void Freenect2DeviceImpl::setLedStatus(LedSettings led)
816{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected