Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
NetworkInterface.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_NETWORKINTERFACE_H
4#define IMT_BASE_OS_LINUX_NETWORKINTERFACE_H
5
6#include <string>
7
8namespace imt {
9namespace base {
10namespace os {
11namespace linux {
12
16// AXIVION Next Construct AutosarC++19_03-M3.4.1: No definition in primary file to separate concerns.
17class NetworkInterface final {
18public:
19
26 static uint32_t getIP4Address(std::string const& deviceName);
27};
28
29} // namespace linux
30} // namespace os
31} // namespace base
32} // namespace imt
33
34#endif // IMT_BASE_OS_LINUX_NETWORKINTERFACE_H
static uint32_t getIP4Address(std::string const &deviceName)
Gets the IP4 address associated with the given device name.
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t
Definition stdint.h:64