gnrc_tcp_eventloop.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2015-2017 Simon Brummer
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
9 #pragma once
10 
22 #include <stdint.h>
23 
24 #include "evtimer_msg.h"
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
38 
49  uint16_t type, void *context);
50 
59 
60 #ifdef __cplusplus
61 }
62 #endif
63 
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:145
IPC-message event.
Definition: evtimer_msg.h:40