Pure virtual template class that defines interface for async communication. More...
#include <flow_graph.h>
Public Types | |
typedef Output | output_type |
Public Member Functions | |
virtual bool | async_try_put (const output_type &i)=0 |
Submit signal from Async Activity to FG. | |
virtual void | async_reserve ()=0 |
virtual void | async_commit ()=0 |
Pure virtual template class that defines interface for async communication.