Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
MockCpuStatistics.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_MOCKCPUSTATISTICS_H
4#define IMT_BASE_OS_LINUX_GMOCK_MOCKCPUSTATISTICS_H
5
6#include <gmock/gmock.h>
8
9namespace imt {
10namespace base {
11namespace os {
12namespace linux {
13namespace gmock {
14
19
20public:
21
22 MOCK_METHOD(uint32_t, getCpuUsagePermille, ());
23};
24
25} // namespace gmock
26} // namespace linux
27} // namespace os
28} // namespace base
29} // namespace imt
30
31#endif // #ifndef IMT_BASE_OS_LINUX_GMOCK_MOCKTHREAD_H
Cpu statistics mock implementation.
MOCK_METHOD(uint32_t, getCpuUsagePermille,())
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t
Definition stdint.h:64