|
Wiselib
|
#include "external_interface/contiki/contiki_types.h"#include "util/delegates/delegate.hpp"#include <stdio.h>#include <string.h>#include "contiki.h"Go to the source code of this file.
Classes | |
| class | wiselib::ContikiUartModel< OsModel_P > |
| Contiki Implementation of Radio conceptContiki implementation of the Radio concept ... More... | |
Namespaces | |
| namespace | wiselib |
AES Algorithm. | |
Typedefs | |
| typedef delegate2< void, uint8_t, uint8_t * > | wiselib::contiki_uart_delegate_t |
| typedef contiki_uart_delegate_t | wiselib::uart_delegate_t |
| typedef void(* | wiselib::contiki_uart_fp )(uint8_t, uint8_t *) |
Functions | |
| void | wiselib::init_contiki_uart (void) |
| int | wiselib::contiki_uart_add_receiver (contiki_uart_delegate_t &d) |
| void | wiselib::contiki_uart_del_receiver (int idx) |
| void | wiselib::contiki_uart_notify_receivers (uint8_t len, uint8_t *data) |
| void | wiselib::encodeBase64 (unsigned char b, unsigned char *result) |
1.7.4