3#ifndef IMT_BASE_DFF_GTEST_HELPER_MOCKTIMERSERVICE_H
4#define IMT_BASE_DFF_GTEST_HELPER_MOCKTIMERSERVICE_H
6#include <gmock/gmock.h>
7#include <gtest/gtest.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.
Interface to start timer.
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