Wiselib
Public Types | Public Member Functions
wiselib::LazyMessageType< Os_P, Radio_P > Class Template Reference

#include <lazy_message.h>

List of all members.

Public Types

enum  data_positions { PAYLOAD_POS = sizeof(message_id_t) }
typedef Os_P Os
typedef Radio_P Radio
typedef Radio::block_data_t block_data_t
typedef Radio::size_t size_t
typedef Radio::message_id_t message_id_t

Public Member Functions

 LazyMessageType ()
message_id_t msg_id ()
void set_msg_id (message_id_t id)
size_t payload_size ()
block_data_tpayload ()
void set_payload (size_t len, block_data_t *buf)
size_t buffer_size ()

template<typename Os_P, typename Radio_P>
class wiselib::LazyMessageType< Os_P, Radio_P >


Member Typedef Documentation

template<typename Os_P , typename Radio_P >
typedef Radio::block_data_t wiselib::LazyMessageType< Os_P, Radio_P >::block_data_t
template<typename Os_P , typename Radio_P >
typedef Radio::message_id_t wiselib::LazyMessageType< Os_P, Radio_P >::message_id_t
template<typename Os_P , typename Radio_P >
typedef Os_P wiselib::LazyMessageType< Os_P, Radio_P >::Os
template<typename Os_P , typename Radio_P >
typedef Radio_P wiselib::LazyMessageType< Os_P, Radio_P >::Radio
template<typename Os_P , typename Radio_P >
typedef Radio::size_t wiselib::LazyMessageType< Os_P, Radio_P >::size_t

Member Enumeration Documentation

template<typename Os_P , typename Radio_P >
enum wiselib::LazyMessageType::data_positions
Enumerator:
PAYLOAD_POS 

Constructor & Destructor Documentation

template<typename Os_P , typename Radio_P >
wiselib::LazyMessageType< Os_P, Radio_P >::LazyMessageType ( ) [inline]

Member Function Documentation

template<typename Os_P , typename Radio_P >
size_t wiselib::LazyMessageType< Os_P, Radio_P >::buffer_size ( void  ) [inline]
template<typename Os_P , typename Radio_P >
message_id_t wiselib::LazyMessageType< Os_P, Radio_P >::msg_id ( ) [inline]
template<typename Os_P , typename Radio_P >
block_data_t* wiselib::LazyMessageType< Os_P, Radio_P >::payload ( void  ) [inline]
template<typename Os_P , typename Radio_P >
size_t wiselib::LazyMessageType< Os_P, Radio_P >::payload_size ( ) [inline]
template<typename Os_P , typename Radio_P >
void wiselib::LazyMessageType< Os_P, Radio_P >::set_msg_id ( message_id_t  id) [inline]
template<typename Os_P , typename Radio_P >
void wiselib::LazyMessageType< Os_P, Radio_P >::set_payload ( size_t  len,
block_data_t buf 
) [inline]

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