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
9void validate_message(const void *msg, size_t structsize, const pb_msgdesc_t *msgtype);
10
11#endif
12
void validate_message(const void *msg, size_t structsize, const pb_msgdesc_t *msgtype)
Definition validation.c:144