3#ifndef IMT_BASE_LIB_REMOTING_GMOCK_MOCKDATASENDER_H
4#define IMT_BASE_LIB_REMOTING_GMOCK_MOCKDATASENDER_H
6#include <gmock/gmock.h>
Inteface for a sender that can be called to send byte data.
virtual void onTransmissionError()=0
Called on a transmission error.
virtual bool sendData(uint8_t const pData[], uint32_t const countDataBytes)=0
Send data.
virtual void onTransmissionComplete()=0
Called on a completed transmission.
Mock implementation of imt::base::lib::remoting::DataSenderIfc.
MOCK_METHOD(void, onTransmissionError,(),(override))
MOCK_METHOD(void, onTransmissionComplete,(),(override))
MOCK_METHOD(bool, sendData,(uint8_t const *pData, uint32_t const countDataBytes),(override))
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t