1
0
forked from fsfw/fsfw

DHB: performOperation Hook + polling counter

polling counter to specify how often communication opertions are
performed, however this still needs to be changed..
This commit is contained in:
2020-03-06 18:48:48 +01:00
parent 22e4dabd1b
commit 68cda479d6
4 changed files with 44 additions and 11 deletions

View File

@ -9,7 +9,7 @@
* @brief Map implementation for maps with a pre-defined size.
* @details Can be initialized with desired maximum size.
* Iterator is used to access <key,value> pair and
* iterate through map entries.
* iterate through map entries. Complexity O(n).
* @ingroup container
*/
template<typename key_t, typename T>