|
Wiselib
|
#include "external_interface/trisos/trisos_types.h"#include "util/delegates/delegate.hpp"#include "util/serialization/simple_types.h"#include <string.h>#include "src/sys/sys.h"#include "src/hw/rf/rf.h"Go to the source code of this file.
Classes | |
| class | wiselib::TriSOSRadio< OsModel_P > |
| TriSOS Implementation of Radio conceptTriSOS implementation of the Radio concept ... More... | |
Namespaces | |
| namespace | wiselib |
AES Algorithm. | |
Typedefs | |
| typedef delegate3< void, uint16_t, uint8_t, uint8_t * > | wiselib::trisos_radio_delegate_t |
| typedef void(* | wiselib::trisos_radio_fp )(uint8_t data_length, uint8_t *data) |
Functions | |
| void | wiselib::init_trisos_radio (void) |
| int | wiselib::trisos_radio_add_receiver (trisos_radio_delegate_t &d) |
| void | wiselib::trisos_radio_del_receiver (int idx) |
| void | wiselib::trisos_notify_receivers (uint8_t length, uint8_t *data) |
1.7.4