Cat
lbcat-cmake
CatSpecs
inc
SpecsBus.h
Go to the documentation of this file.
1
//$Id: SpecsBus.h,v 1.2 2006/03/16 17:03:41 fmachefe Exp $
2
//-----------------------------------------------------------------------------
3
//
4
// Package : SpecsBus
5
//
6
// Description:
7
//
8
// Author(s) : F. Machefert -
9
// Date : 14 January 2004
10
//
11
//-----------------------------------------------------------------------------
12
13
#ifndef __SPECSBUS_H_
14
#define __SPECSBUS_H_
15
16
#include "
SpecsInterface.h
"
17
#include "
Tools.h
"
18
28
class
SpecsBus
:
public
SpecsInterface
{
29
public
:
30
SpecsBus
(){
31
setName
(
"SpecsBus"
);
32
setType
(
"SpecsBus"
);
33
setId
(0);
34
debug
(
"SpecsBus::SpecsBus"
,
name
()+
" built."
);
35
}
36
~SpecsBus
(){}
37
38
};
39
40
#endif
41
SpecsBus::~SpecsBus
~SpecsBus()
Definition:
SpecsBus.h:36
SpecsBus
Definition:
SpecsBus.h:28
SpecsInterface.h
Object::setName
void setName(std::string name)
Definition:
Object.h:51
Object::setType
void setType(std::string type)
Definition:
Object.h:52
Object::setId
void setId(unsigned char id)
Definition:
Object.h:53
Object::debug
void debug(std::string mymsg)
Definition:
Object.h:37
SpecsBus::SpecsBus
SpecsBus()
Definition:
SpecsBus.h:30
SpecsInterface
Definition:
SpecsInterface.h:54
Object::name
std::string name() const
Definition:
Object.h:28
Tools.h
Generated by
1.8.13