Cat
SpecsMezzanine.h
Go to the documentation of this file.
1 // $Id: SpecsMezzanine.h,v 1.3 2006/04/06 17:11:17 fmachefe Exp $
2 #ifndef INC_SPECSMEZZANINE_H
3 #define INC_SPECSMEZZANINE_H 1
4 
5 // Include files
6 
7 
8 // CAT include file
9 #include "SpecsSlave.h"
10 #include "DCU.h"
11 
18 class SpecsMezzanine : public SpecsSlave {
19 public:
21 
22  SpecsMezzanine( );
24  virtual ~SpecsMezzanine( );
25 
29  void addBus(Element*);
30 
34  void help();
35 
39  bool led ( );
40 
44  int date ( );
45 
49  void setLed ( bool );
50 
54  bool cmdline(std::vector<std::string>);
55 
56 protected:
57 
58 private:
61 
62 };
63 #endif // INC_SPECSMEZZANINE_H
SpecsMezzanine()
Standard constructor.
virtual ~SpecsMezzanine()
Standard Desctructor.
void addBus(Element *)
Definition: DCU.h:15
SpecsBus * m_bus
bool cmdline(std::vector< std::string >)