commands.hpp
Go to the documentation of this file.
1 #ifndef FANUC_POST_PROCESSOR_COMMAND_HPP
2 #define FANUC_POST_PROCESSOR_COMMAND_HPP
3 
5 #include <string>
6 
7 namespace fanuc_post_processor
8 {
9 
11 {
12 public:
14  {
15  }
16 
17  virtual ~FanucCommand()
18  {
19  }
20 };
21 
23 {
24 public:
25  FanucStringCommand(std::string cmd) :
26  cmd_(cmd)
27  {
28  }
29 
31  {
32  }
33 
34  std::string cmd_;
35 };
36 
38 {
39 public:
41  pose_(pose)
42  {
43  }
44 
46  {
47  }
48 
50 };
51 
52 }
53 #endif
FanucPoseCommand(FanucPose pose)
Definition: commands.hpp:40
Definition: axis.hpp:6
std::string cmd_
Definition: commands.hpp:34
Definition: pose.hpp:12
virtual ~FanucCommand()
Definition: commands.hpp:17
FanucStringCommand(std::string cmd)
Definition: commands.hpp:25
Definition: commands.hpp:10
Definition: commands.hpp:37
virtual ~FanucStringCommand()
Definition: commands.hpp:30
Definition: commands.hpp:22
FanucCommand()
Definition: commands.hpp:13
FanucPose pose_
Definition: commands.hpp:49
virtual ~FanucPoseCommand()
Definition: commands.hpp:45


fanuc_post_processor
Author(s): Victor Lamoine - Institut Maupertuis
autogenerated on Mon Jun 10 2019 13:16:55