Wiselib
|
#include "external_interface/feuerwhere/feuerwhere_cc1100_radio.h"
#include <string.h>
#include "cc1100.h"
#include "cc1100-interface.h"
Namespaces | |
namespace | wiselib |
AES Algorithm. | |
Defines | |
#define | RADIO_NODE_ID 72 |
Functions | |
int | wiselib::feuerwhere_radio_add_receiver (feuerwhere_radio_delegate_t &d) |
void | wiselib::feuerwhere_radio_del_receiver (int idx) |
static void | wiselib::protocol_handler (void *msg, int msg_size, packet_info_t *packet_info) |
void | wiselib::init_feuerwhere_cc1100_radio (void) |
Variables | |
static const int | wiselib::MAX_MESSAGE_LENGTH = 57 |
static int | wiselib::message_counter = 0 |
#define RADIO_NODE_ID 72 |