generation of uint implemented but not tested
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user