20#ifndef COMMON_NETWORK_FAKEINTERFACEPICKER_H_
21#define COMMON_NETWORK_FAKEINTERFACEPICKER_H_
25#include "ola/network/InterfacePicker.h"
36 explicit FakeInterfacePicker(
const std::vector<Interface> &interfaces)
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.
InterfacePicker()
Constructor.
Definition InterfacePicker.h:72
Code for network communication.
Definition AdvancedTCPConnector.cpp:28
The namespace containing all OLA symbols.
Definition Credentials.cpp:44