17#ifndef DAISI_MINHTON_NS3_MINHTON_PEER_DISCOVERY_GENERAL_H_
18#define DAISI_MINHTON_NS3_MINHTON_PEER_DISCOVERY_GENERAL_H_
23#include "manager/scenariofile_component.h"
25namespace daisi::minhton_ns3 {
28 static std::string typeName() {
return "gaussian"; }
33 void parse(
const YAML::Node &node);
37 static std::string typeName() {
return "uniform"; }
42 void parse(
const YAML::Node &node);
46 static std::string typeName() {
return "constant"; }
50 void parse(
const YAML::Node &node);
Definition peer_discovery_general.h:45
Definition peer_discovery_general.h:27