Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
MockTimerService.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_DFF_GTEST_HELPER_MOCKTIMERSERVICE_H
4#define IMT_BASE_DFF_GTEST_HELPER_MOCKTIMERSERVICE_H
5
6#include <gmock/gmock.h>
7#include <gtest/gtest.h>
10
11namespace imt {
12namespace base {
13namespace dff {
14namespace gtest {
15namespace helper {
16
21public:
22
26};
27
28} // namespace helper
29} // namespace gtest
30} // namespace dff
31} // namespace base
32} // namespace imt
33
34#endif // IMT_BASE_DFF_GTEST_HELPER_MOCKTIMERSERVICE_H
Mock implementation of imt::base::dff::runtime::TimerServiceIfc.
MOCK_METHOD(::imt::base::dff::runtime::RuntimeTimer::TimerHandle, killTimer,(::imt::base::dff::runtime::RuntimeTimer::TimerHandle timerToKill),(const, override))
MOCK_METHOD(::imt::base::dff::runtime::RuntimeTimer::TimerHandle, startPeriodicTimer,(::imt::base::dff::runtime::RuntimeTimer::TimerHandle timerToStart, uint32_t const intervalMs),(const, override))
MOCK_METHOD(::imt::base::dff::runtime::RuntimeTimer::TimerHandle, startOneShotTimer,(::imt::base::dff::runtime::RuntimeTimer::TimerHandle timerToStart, uint32_t const timerTicksMs),(const, override))
int16_t TimerHandle
A TimerHandle is used to identify a timer with a unique number.
virtual RuntimeTimer::TimerHandle startOneShotTimer(RuntimeTimer::TimerHandle timerToStart, uint32_t const timerTicksMs) const =0
Starts or restarts the given one shot timer for this ActivePart.
virtual RuntimeTimer::TimerHandle killTimer(RuntimeTimer::TimerHandle timerToKill) const =0
Kill an existing timer.
virtual RuntimeTimer::TimerHandle startPeriodicTimer(RuntimeTimer::TimerHandle timerToStart, uint32_t const intervalMs) const =0
Start a periodic timer for this ActivePart.
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t
Definition stdint.h:64