Searched refs:totalLength (Results 1 – 2 of 2) sorted by relevance
127 uint32_t totalLength = state->totalLength; in LRF_applySettings() local148 if (totalLength == 0) in LRF_applySettings()156 totalLength = curWord.segment.length; /* Total length is at least segment */ in LRF_applySettings()162 if (totalLength > MAX_REG_CONFIG_LEN || totalLength == 0) in LRF_applySettings()170 … Log_printf(RclCoreShort, Log_INFO, "New compound configration, length is %d", totalLength); in LRF_applySettings()179 totalLength += 1; /* Simulate a compound header */ in LRF_applySettings()181 Log_printf(RclCoreShort, Log_INFO, "New configration, length is %d", totalLength); in LRF_applySettings()196 totalLength -= segmentLength; in LRF_applySettings()207 totalLength += segmentLength; in LRF_applySettings()210 state->totalLength = totalLength; in LRF_applySettings()[all …]
173 int32_t totalLength; member239 state->totalLength = 0; in LRF_resetSettingsState()