Imt.Base C++ API
V4.1.1.0
Loading...
Searching...
No Matches
MockSDMMC.h
Go to the documentation of this file.
1
// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3
#ifndef STM32F769_MOCKSDMMC_H
4
#define STM32F769_MOCKSDMMC_H
5
6
#include <
Imt.Base.Core.Platform/Platform.h
>
7
8
namespace
imt
{
9
namespace
base {
10
namespace
hal {
11
namespace
stm32f769 {
12
namespace
mock {
16
class
MockSDMMC
{
17
public
:
18
22
explicit
MockSDMMC
() {
23
clear
();
24
}
25
29
virtual
~MockSDMMC
() {
30
}
31
35
void
clear
() {
36
}
37
38
private
:
39
43
MockSDMMC
(
MockSDMMC
const
& other);
44
48
MockSDMMC
& operator=(
MockSDMMC
const
& other);
49
};
50
51
}
// namespace mock
52
}
// namespace stm32f769
53
}
// namespace hal
54
}
// namespace base
55
}
// namespace imt
56
57
#endif
// STM32F769_MOCKSDMMC_H
Platform.h
imt::base::hal::stm32f769::mock::MockSDMMC
Mock implementation for the SDMMC module.
Definition
MockSDMMC.h:16
imt::base::hal::stm32f769::mock::MockSDMMC::clear
void clear()
Sets the mock back to the initial state.
Definition
MockSDMMC.h:35
imt::base::hal::stm32f769::mock::MockSDMMC::~MockSDMMC
virtual ~MockSDMMC()
Destructor.
Definition
MockSDMMC.h:29
imt::base::hal::stm32f769::mock::MockSDMMC::MockSDMMC
MockSDMMC()
Constructor.
Definition
MockSDMMC.h:22
imt
This is a application specific file which is used to configure Imt.Base.Core.Math.
Definition
MathConfigApp.h:15
Imt.Base
Imt.Base.HAL.STM32F769.Mock
Mock
MockSDMMC.h
Generated by
1.9.7