MOS Source Code
Loading...
Searching...
No Matches
validation.h
Go to the documentation of this file.
1
/* This module validates that the message structures are in valid state
2
* after decoding the input data. */
3
4
#ifndef VALIDATION_H
5
#define VALIDATION_H
6
7
#include <pb.h>
8
9
void
validate_message
(
const
void
*msg,
size_t
structsize,
const
pb_msgdesc_t *msgtype);
10
11
#endif
12
validate_message
void validate_message(const void *msg, size_t structsize, const pb_msgdesc_t *msgtype)
Definition
validation.c:144
libs
nanopb
nanopb
tests
fuzztest
validation.h
Generated on Sun Sep 1 2024 18:22:52 for MOS Source Code by
1.12.0