Cat
lbcat-cmake
CatSpecs
inc
SpecsGlue.h
Go to the documentation of this file.
1
// $Id: SpecsGlue.h,v 1.2 2006/04/06 20:07:54 fmachefe Exp $
2
#ifndef INC_SPECSGLUE_H
3
#define INC_SPECSGLUE_H 1
4
5
// Include files
6
7
// CAT include file
8
#include "
SpecsSlave.h
"
9
15
class
SpecsGlue
:
public
SpecsSlave
{
16
public
:
18
SpecsGlue
( );
19
21
virtual
~SpecsGlue
( );
22
26
void
help
();
27
31
bool
led
( );
32
36
int
date
( );
37
41
void
setLed
(
bool
);
42
43
44
void
setI2cClkMode
(
int
);
45
46
int
i2cClkMode
( );
47
48
protected
:
49
50
private
:
51
};
52
#endif // INC_SPECSGLUE_H
SpecsSlave
Definition:
SpecsSlave.h:21
SpecsGlue::setLed
void setLed(bool)
Definition:
SpecsGlue.cpp:174
SpecsGlue::setI2cClkMode
void setI2cClkMode(int)
Definition:
SpecsGlue.cpp:217
SpecsGlue::~SpecsGlue
virtual ~SpecsGlue()
Standard Destructor.
Definition:
SpecsGlue.cpp:30
SpecsGlue::led
bool led()
Definition:
SpecsGlue.cpp:197
SpecsGlue::SpecsGlue
SpecsGlue()
Standard constructor.
Definition:
SpecsGlue.cpp:21
SpecsGlue::i2cClkMode
int i2cClkMode()
Definition:
SpecsGlue.cpp:241
SpecsGlue::help
void help()
Definition:
SpecsGlue.cpp:143
SpecsGlue::date
int date()
Definition:
SpecsGlue.cpp:158
SpecsSlave.h
SpecsGlue
Definition:
SpecsGlue.h:15
Generated by
1.8.13