Cat
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:
31  setName("SpecsBus");
32  setType("SpecsBus");
33  setId(0);
34  debug("SpecsBus::SpecsBus",name()+" built.");
35  }
37 
38 };
39 
40 #endif
41 
~SpecsBus()
Definition: SpecsBus.h:36
void setName(std::string name)
Definition: Object.h:51
void setType(std::string type)
Definition: Object.h:52
void setId(unsigned char id)
Definition: Object.h:53
void debug(std::string mymsg)
Definition: Object.h:37
SpecsBus()
Definition: SpecsBus.h:30
std::string name() const
Definition: Object.h:28