mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-20 15:17:05 +08:00
Add some comments to functions and #defines. According to Simon, LWIP core locking is not experimental any more.
This commit is contained in:
2264
src/apps/snmp/LwipMibCompiler/example/MOBANetClocksV2-MIB.mib
Normal file
2264
src/apps/snmp/LwipMibCompiler/example/MOBANetClocksV2-MIB.mib
Normal file
File diff suppressed because it is too large
Load Diff
1
src/apps/snmp/LwipMibCompiler/example/compile_moba_mib.sh
Executable file
1
src/apps/snmp/LwipMibCompiler/example/compile_moba_mib.sh
Executable file
@@ -0,0 +1 @@
|
||||
../LwipMibCompiler/bin/Debug/LwipMibCompiler.exe ../example/MOBANetClocksV2-MIB.mib ./ ../Mibs/
|
||||
1047
src/apps/snmp/LwipMibCompiler/example/mobanetclocksv2-mib.c
Normal file
1047
src/apps/snmp/LwipMibCompiler/example/mobanetclocksv2-mib.c
Normal file
File diff suppressed because it is too large
Load Diff
24
src/apps/snmp/LwipMibCompiler/example/mobanetclocksv2-mib.h
Normal file
24
src/apps/snmp/LwipMibCompiler/example/mobanetclocksv2-mib.h
Normal 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 */
|
||||
Reference in New Issue
Block a user