Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
MockNetworkInterface.h
Go to the documentation of this file.
1// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3#ifndef IMT_BASE_OS_LINUX_GMOCK_MOCKNETWORKINTERFACE_H
4#define IMT_BASE_OS_LINUX_GMOCK_MOCKNETWORKINTERFACE_H
5
6#include <gmock/gmock.h>
8
9namespace imt {
10namespace base {
11namespace os {
12namespace linux {
13namespace gmock {
14
19public:
20
21 MOCK_METHOD(uint32_t, getIP4Address, (std::string const& deviceName));
22};
23
24} // namespace gmock
25} // namespace linux
26} // namespace os
27} // namespace base
28} // namespace imt
29
30#endif // IMT_BASE_OS_LINUX_GMOCK_MOCKNETWORKINTERFACE_H
MOCK_METHOD(uint32_t, getIP4Address,(std::string const &deviceName))
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t
Definition stdint.h:64