Robin Mueller
68cda479d6
polling counter to specify how often communication opertions are performed, however this still needs to be changed..
14 lines
270 B
C
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_ */
|