20 #ifndef COMMON_NETWORK_FAKEINTERFACEPICKER_H_ 21 #define COMMON_NETWORK_FAKEINTERFACEPICKER_H_ 25 #include "ola/network/InterfacePicker.h" 38 m_interfaces(interfaces) {
41 std::vector<Interface> GetInterfaces(
bool include_loopback)
const {
42 if (include_loopback) {
51 const std::vector<Interface> m_interfaces;
55 #endif // COMMON_NETWORK_FAKEINTERFACEPICKER_H_ InterfacePicker()
Constructor.
Definition: InterfacePicker.h:72
Given some initial parameters, find the best network interface to use.
Definition: InterfacePicker.h:48
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44
Header file for OLA Logging.
Definition: FakeInterfacePicker.h:34