wip: add leo helpers

This commit is contained in:
Tim Schubert 2020-06-27 18:44:38 +02:00
parent 432866d8ca
commit 3b245ebefe
7 changed files with 791 additions and 12 deletions

View file

@ -128,7 +128,6 @@ public:
*/
NetDeviceContainer Install (std::vector<std::string> &nodes);
private:
/**
* \brief Enable pcap output the indicated net device.
*
@ -159,6 +158,8 @@ private:
Ptr<NetDevice> nd,
bool explicitFilename);
private:
ObjectFactory m_queueFactory; //!< Queue Factory
ObjectFactory m_channelFactory; //!< Channel Factory
ObjectFactory m_deviceFactory; //!< Device Factory