generation of uint implemented but not tested

This commit is contained in:
Jan Hutter
2005-11-09 13:34:36 +00:00
parent c0c6490d30
commit 762ce218e7
6 changed files with 268 additions and 20 deletions
+5
View File
@@ -31,6 +31,11 @@
*/
#define GENERATOR_DATA_BUFFER_SIZE 3000
/**
* Number of Bytes to increase the buffer if it is to small
*/
#define GENERATOR_DATA_BUFFER_INCREASE_VALUE 1000
/**
* @brief A generator_t-object which generates payloads of specific type
*/