Wiselib
Public Types | Public Member Functions
wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P > Class Template Reference

#include <dummy_app.h>

Inherits wiselib::RoutingBase< OsModel_P, Radio_P >.

List of all members.

Public Types

typedef OsModel_P OsModel
typedef Radio_P Radio
typedef Debug_P Debug
typedef Encryption_P EncryptionType
typedef DummyApp< OsModel,
EncryptionType, Radio, Debug
self_type
typedef Radio::node_id_t node_id_t
typedef Radio::size_t size_t
typedef Radio::block_data_t block_data_t
typedef Radio::message_id_t message_id_t
enum  ReturnValues
typedef delegate3< void,
node_id_t, size_t,
block_data_t * > 
radio_delegate_t
typedef vector_static< OsModel,
radio_delegate_t,
MAX_RECEIVERS > 
CallbackVector
typedef CallbackVector::iterator CallbackVectorIterator

Public Member Functions

 DummyApp ()
void enable ()
void disable ()
void send (node_id_t, size_t, block_data_t *)
void receive (node_id_t, size_t, block_data_t *)
void set_encryption (EncryptionType *encryption)
EncryptionTypeencryption ()
int reg_recv_callback (T *obj_pnt)
int unreg_recv_callback (int idx)
void notify_receivers (node_id_t from, size_t len, block_data_t *data)

template<typename OsModel_P, typename Encryption_P, typename Radio_P = typename OsModel_P::Radio, typename Debug_P = typename OsModel_P::Debug>
class wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >


Member Typedef Documentation

template<typename OsModel_P , typename Encryption_P , typename Radio_P = typename OsModel_P::Radio, typename Debug_P = typename OsModel_P::Debug>
typedef Radio::block_data_t wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >::block_data_t
template<typename OsModel_P , typename Encryption_P , typename Radio_P = typename OsModel_P::Radio, typename Debug_P = typename OsModel_P::Debug>
typedef Debug_P wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >::Debug
template<typename OsModel_P , typename Encryption_P , typename Radio_P = typename OsModel_P::Radio, typename Debug_P = typename OsModel_P::Debug>
typedef Encryption_P wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >::EncryptionType
template<typename OsModel_P , typename Encryption_P , typename Radio_P = typename OsModel_P::Radio, typename Debug_P = typename OsModel_P::Debug>
typedef Radio::message_id_t wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >::message_id_t
template<typename OsModel_P , typename Encryption_P , typename Radio_P = typename OsModel_P::Radio, typename Debug_P = typename OsModel_P::Debug>
typedef Radio::node_id_t wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >::node_id_t
template<typename OsModel_P , typename Encryption_P , typename Radio_P = typename OsModel_P::Radio, typename Debug_P = typename OsModel_P::Debug>
typedef OsModel_P wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >::OsModel
template<typename OsModel_P , typename Encryption_P , typename Radio_P = typename OsModel_P::Radio, typename Debug_P = typename OsModel_P::Debug>
typedef Radio_P wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >::Radio
typedef delegate3<void, node_id_t, size_t, block_data_t*> wiselib::RadioBase< OsModel_P, Radio_P::node_id_t , Radio_P::size_t , Radio_P::block_data_t , MAX_RECEIVERS >::radio_delegate_t [inherited]
template<typename OsModel_P , typename Encryption_P , typename Radio_P = typename OsModel_P::Radio, typename Debug_P = typename OsModel_P::Debug>
typedef DummyApp<OsModel, EncryptionType, Radio, Debug> wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >::self_type
template<typename OsModel_P , typename Encryption_P , typename Radio_P = typename OsModel_P::Radio, typename Debug_P = typename OsModel_P::Debug>
typedef Radio::size_t wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >::size_t

Member Enumeration Documentation


Constructor & Destructor Documentation

template<typename OsModel_P , typename Encryption_P , typename Radio_P , typename Debug_P >
wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >::DummyApp ( ) [inline]

Member Function Documentation

template<typename OsModel_P , typename Encryption_P , typename Radio_P , typename Debug_P >
void wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >::disable ( void  ) [inline]
template<typename OsModel_P , typename Encryption_P , typename Radio_P , typename Debug_P >
void wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >::enable ( void  ) [inline]
template<typename OsModel_P , typename Encryption_P , typename Radio_P = typename OsModel_P::Radio, typename Debug_P = typename OsModel_P::Debug>
EncryptionType* wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >::encryption ( ) [inline]
void wiselib::RadioBase< OsModel_P, Radio_P::node_id_t , Radio_P::size_t , Radio_P::block_data_t , MAX_RECEIVERS >::notify_receivers ( node_id_t  from,
size_t  len,
block_data_t data 
) [inline, inherited]
template<typename OsModel_P , typename Encryption_P , typename Radio_P , typename Debug_P >
void wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >::receive ( node_id_t  from,
size_t  len,
block_data_t data 
) [inline]
int wiselib::RadioBase< OsModel_P, Radio_P::node_id_t , Radio_P::size_t , Radio_P::block_data_t , MAX_RECEIVERS >::reg_recv_callback ( T *  obj_pnt) [inline, inherited]
template<typename OsModel_P , typename Encryption_P , typename Radio_P , typename Debug_P >
void wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >::send ( node_id_t  destination,
size_t  len,
block_data_t data 
) [inline]
template<typename OsModel_P , typename Encryption_P , typename Radio_P = typename OsModel_P::Radio, typename Debug_P = typename OsModel_P::Debug>
void wiselib::DummyApp< OsModel_P, Encryption_P, Radio_P, Debug_P >::set_encryption ( EncryptionType encryption) [inline]
int wiselib::RadioBase< OsModel_P, Radio_P::node_id_t , Radio_P::size_t , Radio_P::block_data_t , MAX_RECEIVERS >::unreg_recv_callback ( int  idx) [inline, inherited]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines