MOS Source Code
Loading...
Searching...
No Matches
generate_message.c File Reference
#include <pb_encode.h>
#include <pb_common.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "alltypes_static.pb.h"
#include "random_data.h"
+ Include dependency graph for generate_message.c:

Go to the source code of this file.

Macros

#define FUZZTEST_BUFSIZE   4096
 

Functions

static void limit_sizes (alltypes_static_AllTypes *msg)
 
static void generate_message ()
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ FUZZTEST_BUFSIZE

#define FUZZTEST_BUFSIZE   4096

Definition at line 15 of file generate_message.c.

Referenced by generate_message().

Function Documentation

◆ limit_sizes()

static void limit_sizes ( alltypes_static_AllTypes * msg)
static

Definition at line 22 of file generate_message.c.

Referenced by generate_message().

+ Here is the call graph for this function:

◆ generate_message()

static void generate_message ( )
static

Definition at line 49 of file generate_message.c.

Referenced by main().

+ Here is the call graph for this function:

◆ main()

int main ( int argc,
char ** argv )

Definition at line 74 of file generate_message.c.

+ Here is the call graph for this function: