Home
last modified time | relevance | path

Searched refs:chan_ID (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/
H A Docsd_error.cpp213 uint8_t chan_ID = error.getErrorChanID(); in appendErrorDetails() local
225 if(chan_ID != OCSD_BAD_CS_SRC_ID) in appendErrorDetails()
226 … oss << "CS ID=" << std::hex << std::setfill('0') << std::setw(2) << (uint16_t)chan_ID << "; "; in appendErrorDetails()