Add some comments to functions and #defines. According to Simon, LWIP core locking is not experimental any more.

This commit is contained in:
Dirk Ziegelmeier
2016-03-16 17:46:06 +01:00
parent f09dec5fb7
commit bc51dddcaf
6 changed files with 3354 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
../LwipMibCompiler/bin/Debug/LwipMibCompiler.exe ../example/MOBANetClocksV2-MIB.mib ./ ../Mibs/

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,24 @@
/*
Generated by LwipMibCompiler
*/
#ifndef MOBANETCLOCKSV2_MIB_H
#define MOBANETCLOCKSV2_MIB_H MOBANETCLOCKSV2_MIB_H
#include "lwip/apps/snmp_opts.h"
#if LWIP_SNMP
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#include "lwip/apps/snmp_core.h"
extern const struct snmp_mib mobatime;
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* LWIP_SNMP */
#endif /* MOBANETCLOCKSV2_MIB_H */