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
6
#include <
Imt.Base.Core.Platform/Platform.h
>
7
#include <
Imt.Base.Core.Util/RingBuffer.h
>
8
#include <map>
9
10
namespace
imt
{
11
namespace
base {
12
namespace
hal {
13
namespace
stm32f767 {
14
namespace
mock {
15
19
class
MockUSB
{
20
public
:
21
25
explicit
MockUSB
() {
26
clear
();
27
}
28
32
virtual
~MockUSB
() {
33
clear
();
34
}
35
36
void
clear
() {
37
}
38
39
private
:
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
Platform.h
RingBuffer.h
imt::base::hal::stm32f767::mock::MockUSB
USB mock implementation.
Definition
MockUSB.h:19
imt::base::hal::stm32f767::mock::MockUSB::MockUSB
MockUSB()
Constructor.
Definition
MockUSB.h:25
imt::base::hal::stm32f767::mock::MockUSB::clear
void clear()
Definition
MockUSB.h:36
imt::base::hal::stm32f767::mock::MockUSB::~MockUSB
virtual ~MockUSB()
Destructor.
Definition
MockUSB.h:32
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.STM32F767.Mock
Mock
MockUSB.h
Generated by
1.9.7