Searched defs:commandType (Results 1 – 5 of 5) sorted by relevance
35 constexpr static uint16_t commandType = RS_NODE_SYNCHRONOUS_READ_PROPERTY; variable70 constexpr static uint16_t commandType = RS_NODE_SYNCHRONOUS_READ_PROPERTY; variable102 constexpr static uint16_t commandType = RS_NODE_SYNCHRONOUS_GET_VALUE_FRACTION; variable
47 inline uint32_t MakeKey(uint16_t commandType, uint16_t commandSubType) in MakeKey()
55 CommandType commandType; member
217 uint16_t commandType = 0; in UnmarshallingCommand() local
337 std::string commandType = cmdData.substr(STK_CMD_TYPE_INDEX, STK_CMD_TYPE_LEN); in CheckIsBipCmd() local