Soletta™ Framework
|
Simple
C
event structure.
More...
#include <sol-flow-simple-c-type.h>
Data Fields | |
uint16_t | conn_id |
If type is one of SOL_FLOW_SIMPLE_C_TYPE_EVENT_TYPE_PORT_* events, the reference connection identifier. More... | |
const struct sol_flow_node_options * | options |
const struct sol_flow_packet * | packet |
uint16_t | port |
If type is one of SOL_FLOW_SIMPLE_C_TYPE_EVENT_TYPE_PORT_* events, the reference port index. More... | |
const char * | port_name |
enum sol_flow_simple_c_type_event::sol_flow_simple_c_type_event_type | type |
Simple
C
event structure.
Event type.
uint16_t sol_flow_simple_c_type_event::conn_id |
If type is one of SOL_FLOW_SIMPLE_C_TYPE_EVENT_TYPE_PORT_* events, the reference connection identifier.
Referenced by mytype_func().
const struct sol_flow_node_options* sol_flow_simple_c_type_event::options |
Referenced by mytype_func().
const struct sol_flow_packet* sol_flow_simple_c_type_event::packet |
Referenced by isodd(), and mytype_func().
uint16_t sol_flow_simple_c_type_event::port |
If type is one of SOL_FLOW_SIMPLE_C_TYPE_EVENT_TYPE_PORT_* events, the reference port index.
Referenced by mytype_func().
const char* sol_flow_simple_c_type_event::port_name |
Referenced by mytype_func().
enum sol_flow_simple_c_type_event::sol_flow_simple_c_type_event_type sol_flow_simple_c_type_event::type |
Referenced by isodd(), and mytype_func().