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;
Header file for OLA Logging.
Definition FakeInterfacePicker.h:34
Given some initial parameters, find the best network interface to use.
Definition InterfacePicker.h:48
InterfacePicker()
Constructor.
Definition InterfacePicker.h:72
The namespace containing all OLA symbols.
Definition Credentials.cpp:44