|
VSF Documented
|
#include "./vsf_distbus_transport_stream.h"Macros | |
| #define | __VSF_SIMPLE_STREAM_CLASS_INHERIT__ |
| #define | __VSF_DISTBUS_TRANSPORT_STREAM_CLASS_IMPLEMENT |
Functions | |
| bool | vsf_distbus_transport_stream_init (void *transport, void *p, void(*on_inited)(void *p)) |
| bool | vsf_distbus_transport_stream_send (void *transport, uint8_t *buffer, uint_fast32_t size, void *p, void(*on_sent)(void *p)) |
| bool | vsf_distbus_transport_stream_recv (void *transport, uint8_t *buffer, uint_fast32_t size, void *p, void(*on_recv)(void *p)) |
| bool | vsf_distbus_transport_stream_is_sending (void *transport) |
| #define __VSF_SIMPLE_STREAM_CLASS_INHERIT__ |
| #define __VSF_DISTBUS_TRANSPORT_STREAM_CLASS_IMPLEMENT |
| bool vsf_distbus_transport_stream_init | ( | void * | transport, |
| void * | p, | ||
| void(*)(void *p) | on_inited | ||
| ) |
| bool vsf_distbus_transport_stream_send | ( | void * | transport, |
| uint8_t * | buffer, | ||
| uint_fast32_t | size, | ||
| void * | p, | ||
| void(*)(void *p) | on_sent | ||
| ) |
| bool vsf_distbus_transport_stream_recv | ( | void * | transport, |
| uint8_t * | buffer, | ||
| uint_fast32_t | size, | ||
| void * | p, | ||
| void(*)(void *p) | on_recv | ||
| ) |
| bool vsf_distbus_transport_stream_is_sending | ( | void * | transport | ) |