MCU
Loading...
Searching...
No Matches
lib
mock_interfaces
IMDInterface.h
Go to the documentation of this file.
1
#ifndef IMDINTERFACE
2
#define IMDINTERFACE
3
4
5
class
IMDInterface
6
{
7
public
:
8
IMDInterface
() {}
9
bool
high
;
10
bool
ok_high
() {
return
high
;};
11
private
:
12
};
13
14
15
#endif
/* IMDINTERFACE */
IMDInterface
Definition:
IMDInterface.h:6
IMDInterface::high
bool high
Definition:
IMDInterface.h:9
IMDInterface::ok_high
bool ok_high()
Definition:
IMDInterface.h:10
IMDInterface::IMDInterface
IMDInterface()
Definition:
IMDInterface.h:8
Generated by
1.9.5