sot-pyrene-controller.hh
Go to the documentation of this file.
1 /*
2  * Copyright 2016,
3  *
4  * Olivier Stasse
5  *
6  * LAAS, CNRS
7  *
8  * This file is part of TALOSController.
9  * TALOSController is a free software,
10  *
11  *
12  */
13 
14 #ifndef _SOT_PYRENE_Controller_H_
15 #define _SOT_PYRENE_Controller_H_
16 
17 #include "sot-talos-controller.hh"
18 namespace dgsot = dynamicgraph::sot;
19 
21  public:
22  static const std::string LOG_PYTHON_PYRENE;
23 
25  virtual ~SoTPyreneController(){};
26 
27  protected:
28  virtual void startupPython();
29 };
30 
31 #endif /* _SOTTalosController_H_ */
SoTPyreneController::~SoTPyreneController
virtual ~SoTPyreneController()
Definition: sot-pyrene-controller.hh:25
SoTPyreneController
Definition: sot-pyrene-controller.hh:20
SoTPyreneController::LOG_PYTHON_PYRENE
static const std::string LOG_PYTHON_PYRENE
Definition: sot-pyrene-controller.hh:22
SoTTalosController
Definition: sot-talos-controller.hh:27
SoTPyreneController::SoTPyreneController
SoTPyreneController()
Definition: sot-pyrene-controller.cpp:23
SoTPyreneController::startupPython
virtual void startupPython()
Definition: sot-pyrene-controller.cpp:28
dynamicgraph::sot
Definition: sot-talos-device.cpp:379
sot-talos-controller.hh