|
Open Model Railroad Network (OpenMRN)
|
Structure holding returned objects for an invoke_flow_nowait command. More...
#include <test_main.hxx>
Public Member Functions | |
| void | wait () |
Public Attributes | |
| BufferPtr< T > | b |
| Buffer sent to the flow. | |
| SyncNotifiable | notifiable |
| Notifiable to wait for. | |
| BarrierNotifiable | barrier {¬ifiable} |
| Barrier notifiable given to the buffer. | |
| bool | isWaited {false} |
| True if wait has been invoked. | |
Structure holding returned objects for an invoke_flow_nowait command.
Definition at line 221 of file test_main.hxx.
|
inline |
Definition at line 232 of file test_main.hxx.
|
inline |
Definition at line 237 of file test_main.hxx.
| BufferPtr<T> PendingInvocation< T >::b |
Buffer sent to the flow.
Definition at line 224 of file test_main.hxx.
| BarrierNotifiable PendingInvocation< T >::barrier {¬ifiable} |
Barrier notifiable given to the buffer.
Definition at line 228 of file test_main.hxx.
| bool PendingInvocation< T >::isWaited {false} |
True if wait has been invoked.
Definition at line 230 of file test_main.hxx.
| SyncNotifiable PendingInvocation< T >::notifiable |
Notifiable to wait for.
Definition at line 226 of file test_main.hxx.