|
Wiselib
|
iSense Implementation of Com FacetiSense implementation of the Com Facet ... More...
#include <shawn_dummy_com_uart.h>
Public Types | |
| enum | ErrorCodes { SUCCESS = OsModel::SUCCESS, ERR_UNSPEC = OsModel::ERR_UNSPEC } |
| typedef OsModel_P | OsModel |
| typedef ShawnDummyComUartModel < OsModel, Debug_P > | self_type |
| typedef self_type * | self_pointer_t |
| typedef delegate2< void, uint8_t, uint8_t * > | comuart_delegate_t |
| typedef uint8_t | block_data_t |
| typedef uint8_t | size_t |
Public Member Functions | |
| ShawnDummyComUartModel (ShawnOs &os) | |
| int | enable_serial_comm () |
| int | disable_serial_comm () |
| int | write (size_t len, block_data_t *buf) |
| template<class T , void(T::*)(size_t, block_data_t *) TMethod> | |
| int | reg_read_callback (T *obj_pnt) |
| int | unreg_read_callback (int idx) |
| int | init (Debug_P &debug) |
| void | receive (size_t len, block_data_t *buf) |
iSense Implementation of Com Facet
iSense implementation of the Com Facet ...
| typedef uint8_t wiselib::ShawnDummyComUartModel< OsModel_P, Debug_P >::block_data_t |
| typedef delegate2<void, uint8_t, uint8_t*> wiselib::ShawnDummyComUartModel< OsModel_P, Debug_P >::comuart_delegate_t |
| typedef OsModel_P wiselib::ShawnDummyComUartModel< OsModel_P, Debug_P >::OsModel |
| typedef self_type* wiselib::ShawnDummyComUartModel< OsModel_P, Debug_P >::self_pointer_t |
| typedef ShawnDummyComUartModel<OsModel,Debug_P> wiselib::ShawnDummyComUartModel< OsModel_P, Debug_P >::self_type |
| typedef uint8_t wiselib::ShawnDummyComUartModel< OsModel_P, Debug_P >::size_t |
| enum wiselib::ShawnDummyComUartModel::ErrorCodes |
| wiselib::ShawnDummyComUartModel< OsModel_P, Debug_P >::ShawnDummyComUartModel | ( | ShawnOs & | os | ) | [inline] |
| int wiselib::ShawnDummyComUartModel< OsModel_P, Debug_P >::disable_serial_comm | ( | ) | [inline] |
| int wiselib::ShawnDummyComUartModel< OsModel_P, Debug_P >::enable_serial_comm | ( | ) | [inline] |
| int wiselib::ShawnDummyComUartModel< OsModel_P, Debug_P >::init | ( | Debug_P & | debug | ) | [inline] |
| void wiselib::ShawnDummyComUartModel< OsModel_P, Debug_P >::receive | ( | size_t | len, |
| block_data_t * | buf | ||
| ) | [inline] |
| int wiselib::ShawnDummyComUartModel< OsModel_P, Debug_P >::reg_read_callback | ( | T * | obj_pnt | ) | [inline] |
| int wiselib::ShawnDummyComUartModel< OsModel_P, Debug_P >::unreg_read_callback | ( | int | idx | ) | [inline] |
| int wiselib::ShawnDummyComUartModel< OsModel_P, Debug_P >::write | ( | size_t | len, |
| block_data_t * | buf | ||
| ) | [inline] |
1.7.4