Inherited by SnmpScalarAggregationNode, and SnmpScalarNode.
|
virtual void | Generate (MibCFile generatedFile, MibHeaderFile generatedHeaderFile) |
|
abstract void | GenerateCode (MibCFile mibFile) |
|
virtual void | GenerateHeaderCode (MibHeaderFile mibHeaderFile) |
|
virtual void | Analyze () |
| Called after node structure creation is completed and before code is created. Offers the possibility to perform operations depending on properties/subnodes. If the node shall be transformed to another node(-type) than the own instance may be replaced on parent node by the transformed instance. Calling sequence is always from leafs up to root. So a tree node can assume that the analyze method was already called on all child nodes. E.g. a tree node only has scalar sub nodes -> it transforms itself to a scalar array node More...
|
|
Definition at line 39 of file SnmpNode.cs.
Called after node structure creation is completed and before code is created. Offers the possibility to perform operations depending on properties/subnodes. If the node shall be transformed to another node(-type) than the own instance may be replaced on parent node by the transformed instance. Calling sequence is always from leafs up to root. So a tree node can assume that the analyze method was already called on all child nodes. E.g. a tree node only has scalar sub nodes -> it transforms itself to a scalar array node
- Returns
- The transformed node or null if nothing shall be changed in parent structure.
Reimplemented in SnmpTreeNode, and SnmpScalarAggregationNode.
Definition at line 115 of file SnmpNode.cs.
abstract void GenerateCode |
( |
MibCFile |
mibFile | ) |
|
|
pure virtual |
readonly Regex NameValidationRegex = new Regex(@"^\w+$") |
|
static |
abstract string FullNodeName |
|
get |
The documentation for this class was generated from the following file:
- C:/Users/Torsten/Documents/Eclipse_WS2/STM32F769IDiscovery/Middlewares/Third_Party/LwIP/src/apps/snmp/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs