|
asrt
Automated System Runtime Testing library
|
Reactor-side collect client (ASRT_COLL channel). More...
#include <collect.h>
Public Attributes | |
| asrt_collect_done_cb | append_done_cb |
| User callback, fired when append send completes. | |
| void * | append_done_ptr |
| struct asrt_collect_append_msg | append_msg |
| asrt_flat_id | next_node_id |
| Next auto-assigned node ID. | |
| struct asrt_node | node |
| struct asrt_u8d1msg | ready_ack_msg |
| asrt_flat_id | root_id |
| Root ID from READY message. | |
| enum asrt_collect_client_state | state |
Reactor-side collect client (ASRT_COLL channel).
Receives READY from the controller, replies with READY_ACK, then provides fire-and-forget append() calls to push tree nodes upstream. Node IDs are auto-assigned from next_node_id (received in READY).