fsfw/container/group.h
Robin Mueller 68cda479d6 DHB: performOperation Hook + polling counter
polling counter to specify how often communication opertions are
performed, however this still needs to be changed..
2020-03-06 18:48:48 +01:00

14 lines
270 B
C

#ifndef GROUP_H_
#define GROUP_H_
/**
* @defgroup container Container
*
* General Purpose Containers to store various elements.
* As opposed to the STL library implementation, these implementations
* don't allocate memory dynamically.
*/
#endif /* GROUP_H_ */