asrt
Automated System Runtime Testing library
Loading...
Searching...
No Matches
asrt_stream_client Struct Reference

Reactor-side stream client (ASRT_STRM channel). More...

#include <stream.h>

Public Attributes

struct asrt_strm_data_msg data_msg
 
struct asrt_strm_define_msg define_msg
 
asrt_stream_done_cb done_cb
 user callback, fired in DONE state.
 
void * done_cb_ptr
 user context for done_cb.
 
enum asrt_strm_err_e err_code
 valid when state == ASRT_STRM_ERROR.
 
struct asrt_node node
 
union {
   struct asrt_stream_pending_define   define
 
   struct asrt_stream_pending_done   done
 
op
 
enum asrt_stream_client_state state
 

Detailed Description

Reactor-side stream client (ASRT_STRM channel).


The documentation for this struct was generated from the following file: