Inherits SnmpNode.
Inherited by SnmpScalarArrayNode, SnmpTableNode, and SnmpTreeNode.
|
override 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...
|
|
virtual void | Generate (MibCFile generatedFile, MibHeaderFile generatedHeaderFile) |
|
abstract void | GenerateCode (MibCFile mibFile) |
|
virtual void | GenerateHeaderCode (MibHeaderFile mibHeaderFile) |
|
override void Analyze |
( |
| ) |
|
|
inlinevirtual |
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 from SnmpNode.
Reimplemented in SnmpTreeNode.
Definition at line 85 of file SnmpScalarAggregationNode.cs.
void GenerateAggregatedCode |
( |
MibCFile |
mibFile, |
|
|
VariableType |
instanceType, |
|
|
string |
switchSelector, |
|
|
bool |
generateDeclarations = true , |
|
|
bool |
generateImplementations = true |
|
) |
| |
|
inlineprotected |
virtual void GenerateGetMethodCode |
( |
Function |
getMethod, |
|
|
string |
switchSelector |
|
) |
| |
|
inlineprotectedvirtual |
virtual void GenerateSetMethodCode |
( |
Function |
setMethod, |
|
|
string |
switchSelector |
|
) |
| |
|
inlineprotectedvirtual |
virtual void GenerateTestMethodCode |
( |
Function |
testMethod, |
|
|
string |
switchSelector |
|
) |
| |
|
inlineprotectedvirtual |
virtual string GetMethodName |
|
getprotected |
virtual string SetMethodName |
|
getprotected |
virtual string TestMethodName |
|
getprotected |
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/SnmpScalarAggregationNode.cs