Namespaces |
namespace | wiselib |
| AES Algorithm.
|
Functions |
void | application_main (Component &) |
static unsigned int | wiselib::send (Component *comp, unsigned char *data, size_t len, unsigned int port) |
static unsigned int | wiselib::sendTo (Component *comp, unsigned char *data, size_t len, unsigned int id, unsigned int port) |
static int | wiselib::reg_recv_callback (Component *comp, Component *r, unsigned int port) |
static int | wiselib::unreg_recv_callback (Component *comp, Component *r, unsigned int port) |
static unsigned int | wiselib::get_id (Component *comp) |
static int | wiselib::set_id (Component *comp, int id) |
static const char * | wiselib::get_id_type (Component *comp) |
static int | wiselib::enable (Component *comp) |
static int | wiselib::disable (Component *comp) |
static int | wiselib::timer_elapse (Component *comp, void *tid, void *ptr_o) |
static int | wiselib::osa_recv (Component *comp, unsigned char *data, size_t len, unsigned int from_id, unsigned int port) |
static int | wiselib::start (Component *comp) |
static int | wiselib::stop (Component *comp) |
int | wiselib::construct (Component *comp) |
int | wiselib::destruct (Component *comp) |
void * | operator new (size_t size) |
void | operator delete (void *pointer) |