Help Center/
Atlas 300 Application (Model 3000)/
Matrix API Reference/
Auxiliary APIs/
Data Receiving APIs (C++ Language)/
Obtaining the Maximum Queue Size of an Engine
Updated on 2022-03-13 GMT+08:00
Obtaining the Maximum Queue Size of an Engine
Obtains the maximum queue size of an engine. This API is defined in engine.h.
Syntax
const uint32_t Engine::GetQueueMaxSize();
Return Value
Maximum queue size of the engine
Calling Example
uint32_t engineID= 1000; auto graphPtr = Graph::GetInstance(100); auto enginePtr = graphPtr->GetEngine(engineID); auto engineQueueSize = enginePtr->GetQueueMaxSize();
Parent topic: Data Receiving APIs (C++ Language)
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot