We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tracing OR extract out of Device.
void MeshDevice::begin_trace(const uint8_t cq_id, const uint32_t tid); void MeshDevice::end_trace(const uint8_t cq_id, const uint32_t tid); void MeshDevice::replay_trace(const uint8_t cq_id, const uint32_t tid, const bool blocking); void MeshDevice::release_trace(const uint32_t tid); std::shared_ptr<TraceBuffer> MeshDevice::get_trace(uint32_t tid);
The text was updated successfully, but these errors were encountered:
cfjchu
No branches or pull requests
Add tracing OR extract out of Device.
The text was updated successfully, but these errors were encountered: