Wiselib
|
TinyOs implementation of Os Concept. More...
#include <tinyos_os.h>
Inherits wiselib::DefaultReturnValues< TinyOsModel >.
Public Types | |
typedef TinyOsModel | AppMainParameter |
typedef unsigned int | size_t |
typedef uint8_t | block_data_t |
typedef TinyOsTimerModel < TinyOsModel > | Timer |
typedef TinyOsRadioModel < TinyOsModel > | Radio |
typedef TinyOsRadioModel < TinyOsModel > | ExtendedRadio |
typedef TinyOsDebug< TinyOsModel > | Debug |
typedef TinyOsPositionModel < TinyOsModel, Radio::block_data_t > | Position |
typedef TinyOsClockModel < TinyOsModel > | Clock |
typedef TinyOsComUartModel < TinyOsModel > | Uart |
enum | ErrorCodes |
enum | StateValues |
typedef TinyOsModel | OsModel |
Static Public Attributes | |
static const Endianness | endianness = WISELIB_ENDIANNESS |
TinyOs implementation of Os Concept.
typedef TinyOsModel wiselib::DefaultReturnValues< TinyOsModel >::OsModel [inherited] |
typedef unsigned int wiselib::TinyOsModel::size_t |
enum wiselib::DefaultReturnValues::ErrorCodes [inherited] |
enum wiselib::DefaultReturnValues::StateValues [inherited] |
const Endianness wiselib::TinyOsModel::endianness = WISELIB_ENDIANNESS [static] |