Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
MockUSB.h
Go to the documentation of this file.
1// (c) IMT - Information Management Technology AG, CH-9470 Buchs, www.imt.ch.
2
3#ifndef MOCKUSB_H
4#define MOCKUSB_H
5
8#include <map>
9
10namespace imt {
11namespace base {
12namespace hal {
13namespace stm32f767 {
14namespace mock {
15
19class MockUSB {
20public:
21
25 explicit MockUSB() {
26 clear();
27 }
28
32 virtual ~MockUSB() {
33 clear();
34 }
35
36 void clear() {
37 }
38
39private:
40
44 MockUSB(MockUSB const&);
45
49 MockUSB& operator=(MockUSB const&);
50};
51
52} // namespace mock
53} // namespace stm32f767
54} // namespace hal
55} // namespace base
56} // namespace imt
57
58#endif // #ifndef MOCKUSB_H
USB mock implementation.
Definition MockUSB.h:19
This is a application specific file which is used to configure Imt.Base.Core.Math.