3#ifndef IMT_BASE_LIB_REMOTING_GMOCK_MOCKDATARECEIVER_H
4#define IMT_BASE_LIB_REMOTING_GMOCK_MOCKDATARECEIVER_H
6#include <gmock/gmock.h>
Inteface for a receiver that can be called when received data needs to be processed.
virtual void onDataReceived(uint8_t const *const pData, uint32_t const countDataBytes)=0
Callback if data is received.
Mock implementation of imt::base::lib::remoting::DataReceiverIfc.
MOCK_METHOD(void, onDataReceived,(uint8_t const *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