|
Wiselib
|
Overlapping iterator module. More...
#include <overlapping_it.h>
Overlapping iterator module.
| typedef Radio::block_data_t wiselib::OverlappingIterator< OsModel_P >::block_data_t |
| typedef int wiselib::OverlappingIterator< OsModel_P >::cluster_id_t |
| typedef OsModel::Debug wiselib::OverlappingIterator< OsModel_P >::Debug |
| typedef Radio::node_id_t wiselib::OverlappingIterator< OsModel_P >::node_id_t |
| typedef OsModel_P wiselib::OverlappingIterator< OsModel_P >::OsModel |
| typedef OsModel::Radio wiselib::OverlappingIterator< OsModel_P >::Radio |
| typedef OverlappingIterator<OsModel_P> wiselib::OverlappingIterator< OsModel_P >::self_t |
| typedef OsModel::Timer wiselib::OverlappingIterator< OsModel_P >::Timer |
| wiselib::OverlappingIterator< OsModel_P >::OverlappingIterator | ( | ) | [inline] |
| wiselib::OverlappingIterator< OsModel_P >::~OverlappingIterator | ( | ) | [inline] |
| bool wiselib::OverlappingIterator< OsModel_P >::add_cluster | ( | cluster_id_t | cluster_id, |
| int | hops, | ||
| node_id_t | previous | ||
| ) | [inline] |
| void wiselib::OverlappingIterator< OsModel_P >::add_neighbor | ( | node_id_t | node_id | ) | [inline] |
| void wiselib::OverlappingIterator< OsModel_P >::clear_neighbors | ( | ) | [inline] |
| cluster_id_t wiselib::OverlappingIterator< OsModel_P >::cluster_id | ( | size_t | i | ) | [inline] |
| size_t wiselib::OverlappingIterator< OsModel_P >::clusters_joined | ( | ) | [inline] |
| void wiselib::OverlappingIterator< OsModel_P >::disable | ( | void | ) | [inline] |
| bool wiselib::OverlappingIterator< OsModel_P >::eat_request | ( | size_t | len, |
| block_data_t * | mess | ||
| ) | [inline] |
| void wiselib::OverlappingIterator< OsModel_P >::enable | ( | void | ) | [inline] |
| void wiselib::OverlappingIterator< OsModel_P >::get_join_request_payload | ( | block_data_t * | mess, |
| cluster_id_t | cluster_id | ||
| ) | [inline] |
| size_t wiselib::OverlappingIterator< OsModel_P >::get_payload_length | ( | int | type, |
| cluster_id_t | cluster_id | ||
| ) | [inline] |
| size_t wiselib::OverlappingIterator< OsModel_P >::hops | ( | cluster_id_t | cluster_id = 0 | ) | [inline] |
| void wiselib::OverlappingIterator< OsModel_P >::init | ( | Radio & | radio, |
| Timer & | timer, | ||
| Debug & | debug | ||
| ) | [inline] |
| node_id_t wiselib::OverlappingIterator< OsModel_P >::next_neighbor | ( | ) | [inline] |
| void wiselib::OverlappingIterator< OsModel_P >::node_joined | ( | node_id_t | node | ) | [inline] |
| int wiselib::OverlappingIterator< OsModel_P >::node_type | ( | void | ) | [inline] |
| node_id_t wiselib::OverlappingIterator< OsModel_P >::parent | ( | cluster_id_t | cluster_id_ | ) | [inline] |
| void wiselib::OverlappingIterator< OsModel_P >::present_neighbors | ( | ) | [inline] |
| void wiselib::OverlappingIterator< OsModel_P >::set_hops | ( | int | hops, |
| cluster_id_t | cluster_id | ||
| ) | [inline] |
| void wiselib::OverlappingIterator< OsModel_P >::set_id | ( | node_id_t | id | ) | [inline] |
| void wiselib::OverlappingIterator< OsModel_P >::set_node_type | ( | int | node_type | ) | [inline] |
| void wiselib::OverlappingIterator< OsModel_P >::set_parent | ( | node_id_t | parent, |
| cluster_id_t | cluster_id_ | ||
| ) | [inline] |
1.7.4