stream_event.h File Reference
Detailed Description
This header file contains the STREAMTYPE_EVENT interface
Definition in file stream_event.h.
Go to the source code of this file.
Functions | |
int | NT_EventOpen (NtEventStream_t *hStream, const char *name, uint32_t eventMask) |
Opens an event stream and initializes event queues, etc. More... | |
int | NT_EventRead (NtEventStream_t hStream, NtEvent_t *event, uint32_t timeout) |
Reads an event from an event queue. More... | |
int | NT_EventWrite (NtEventStream_t hStream, enum NtEventRaise_e eventId) |
int | NT_EventClose (NtEventStream_t hStream) |
Releases the stream and clears event queues, etc. More... | |
Data Structures | |
struct | NtEventPort_s |
struct | NtEventPtpPort_s |
struct | NtSDRAMFillLevel_s |
struct | NtSDRAMFillLevel_s::NtHostBuffer_s |
struct | NtSDRAMFillLevel_s::NtStream_s |
struct | NtEventSensor_s |
struct | NtEventTimeSync_s |
struct | NtEventTimeSyncStateMachine_s |
struct | NtEvent_s |
union | NtEvent_s::NtEvent_u |
Macros | |
#define | MAX_SDRAM_FILL_LEVEL_STREAMS 256 |
Typedefs | |
typedef struct NtEvent_s | NtEvent_t |
typedef struct NtEventStream_s * | NtEventStream_t |