|
ZeroSDN Controller
1.0
A modular distributed Software-Defined Network Controller
|
#include <LinkDiscoveryModule.hpp>
Public Attributes | |
| std::shared_ptr< LinkDevice > | device |
| Shared pointer to the endpoint device. More... | |
| uint32_t | connectionPort |
| Port at the endpoint device where the link is established. More... | |
| uint64_t | timestamp |
| Time of the last link keep alive. More... | |
Data struct to bundle the 3 correlating informatons endpoint of a link, the endpoint port of the link, and the timestamp of the creation of the link
| uint32_t LinkDiscoveryModule::LinkDeviceTimestampTupel::connectionPort |
Port at the endpoint device where the link is established.
| std::shared_ptr<LinkDevice> LinkDiscoveryModule::LinkDeviceTimestampTupel::device |
Shared pointer to the endpoint device.
| uint64_t LinkDiscoveryModule::LinkDeviceTimestampTupel::timestamp |
Time of the last link keep alive.