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

Class CommandWith0Params

include/internal/libfreenect2/protocol/command.h:155–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154template<uint32_t CommandId, uint32_t MaxResponseLength>
155struct CommandWith0Params : public Command<CommandId, MaxResponseLength, MaxResponseLength, 0>
156{
157 CommandWith0Params(uint32_t seq) : Command<CommandId, MaxResponseLength, MaxResponseLength, 0>(seq)
158 {
159 }
160};
161
162template<uint32_t CommandId, uint32_t MaxResponseLength, uint32_t Param1>
163struct CommandWith1Param : public Command<CommandId, MaxResponseLength, MaxResponseLength, 1>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected