Buffer Return on File Downlink Component #4093
Unanswered
ebenezerarunkumar
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
My understanding is that the component would always be Did you see the component be in another state while waiting for buffers to return? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a reason why Buffer Returns on the File Downlink Component are only allowed during the WAIT and CANCEL states and not also during COOLDOWN mode?
// Non-ignored buffers cannot be returned in "DOWNLINK" and "IDLE" state. Only in "WAIT", "CANCEL" state. FW_ASSERT(this->m_mode.get() == Mode::WAIT || this->m_mode.get() == Mode::CANCEL, static_cast<FwAssertArgType>(this->m_mode.get()));fprime/Svc/FileDownlink/FileDownlink.cpp
Line 150 in 2d3e09b
Beta Was this translation helpful? Give feedback.
All reactions