![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <Copper.hpp>


Public Member Functions | |
| virtual void | configure () |
| Empty. | |
| Copper (const wns::pyconfig::View &_pyco) | |
| Constructor. | |
| virtual void | shutDown () |
| Empty. | |
| virtual void | startUp () |
| Empty. | |
| virtual | ~Copper () |
| Destructor. | |
Definition at line 38 of file Copper.hpp.
| Copper::Copper | ( | const wns::pyconfig::View & | _pyco | ) | [explicit] |
Definition at line 38 of file Copper.cpp.
| Copper::~Copper | ( | ) | [virtual] |
Definition at line 43 of file Copper.cpp.
| void Copper::configure | ( | ) | [virtual] |
Copper needs no special configuration mechanism
Implements wns::module::Base.
Definition at line 48 of file Copper.cpp.
| void Copper::shutDown | ( | ) | [virtual] |
Copper needs no special shutdown procedure
Implements wns::module::Base.
Definition at line 58 of file Copper.cpp.
| void Copper::startUp | ( | ) | [virtual] |
Copper needs no special startUp procedure
Definition at line 53 of file Copper.cpp.
1.5.5