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
7
8namespace imt {
9namespace base {
10namespace hal {
11namespace stm32f769 {
12namespace mock {
16class MockSDMMC {
17public:
18
22 explicit MockSDMMC() {
23 clear();
24 }
25
29 virtual ~MockSDMMC() {
30 }
31
35 void clear() {
36 }
37
38private:
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
Mock implementation for the SDMMC module.
Definition MockSDMMC.h:16
void clear()
Sets the mock back to the initial state.
Definition MockSDMMC.h:35
This is a application specific file which is used to configure Imt.Base.Core.Math.