Brunet.Applications.Examples.HelloWorldNodeDataHandler.HelloWorldNodeDataHandler C# (CSharp) Method

HelloWorldNodeDataHandler() public method

The only parameter to the constructor is a valid NodeConfig. We also register the PType here.
public HelloWorldNodeDataHandler ( NodeConfig node_config ) : Brunet
node_config Brunet.Applications.NodeConfig
return Brunet
    public HelloWorldNodeDataHandler(NodeConfig node_config) : base(node_config) {
      HW = new PType("HelloWorld");
    }