denso_robot_core.h
Go to the documentation of this file.
1 
25 #ifndef _DENSO_ROBOT_CORE_H_
26 #define _DENSO_ROBOT_CORE_H_
27 
29 
30 namespace denso_robot_core {
31 
33 {
34 
35 public:
37  virtual ~DensoRobotCore();
38 
40 
41  void Start();
42  void Stop();
43 
44  HRESULT ChangeMode(int mode, bool service = false);
45  int get_Mode() const { return m_mode; }
46 
47  const DensoController_Ptr& get_Controller() const { return m_ctrl; }
48 
49 private:
52  volatile bool m_quit;
53 };
54 
56 
57 }
58 
59 #endif
const DensoController_Ptr & get_Controller() const
HRESULT ChangeMode(int mode, bool service=false)
int32_t HRESULT
boost::shared_ptr< DensoRobotCore > DensoRobotCore_Ptr


denso_robot_core
Author(s): DENSO WAVE INCORPORATED
autogenerated on Mon Jun 10 2019 13:12:27