Loading...
Searching...
No Matches
gnrc_tcp_eventloop.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2015-2017 Simon Brummer
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
18
19#include <stdint.h>
20
21#include "evtimer_msg.h"
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
35
46 uint16_t type, void *context);
47
56
57#ifdef __cplusplus
58}
59#endif
60
IPC-based evtimer definitions.
int _gnrc_tcp_eventloop_init(void)
Starts GNRC TCP's main processing thread.
void _gnrc_tcp_eventloop_sched(evtimer_msg_event_t *event, uint32_t offset, uint16_t type, void *context)
Schedule event to event loop.
void _gnrc_tcp_eventloop_unsched(evtimer_msg_event_t *event)
Unschedule event to event loop.
event structure
Definition event.h:142
IPC-message event.
Definition evtimer_msg.h:37