Classes | |
| class | DensoBase |
| class | DensoController |
| class | DensoControllerRC8 |
| class | DensoControllerRC8Cobotta |
| class | DensoControllerRC9 |
| class | DensoRobot |
| class | DensoRobotCore |
| class | DensoRobotRC8 |
| class | DensoRobotRC8Cobotta |
| class | DensoRobotRC9 |
| class | DensoTask |
| class | DensoVariable |
Enumerations | |
| enum | { NUM_POSITION = 7, NUM_JOINT = 8, NUM_TRANS = 10 } |
| enum | { ACT_RESET = -1, ACT_NONE = 0, ACT_MOVESTRING, ACT_MOVEVALUE, ACT_DRIVEEXSTRING, ACT_DRIVEEXVALUE, ACT_DRIVEAEXSTRING, ACT_DRIVEAEXVALUE } |
Software License Agreement (MIT License)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Definition at line 165 of file denso_base.h.
| typedef std::vector<DensoBase_Ptr> denso_robot_core::DensoBase_Vec |
Definition at line 166 of file denso_base.h.
Definition at line 91 of file denso_controller.h.
Definition at line 49 of file denso_controller_rc8.h.
Definition at line 51 of file denso_controller_rc9.h.
Definition at line 221 of file denso_robot.h.
| typedef std::vector<DensoRobot_Ptr> denso_robot_core::DensoRobot_Vec |
Definition at line 222 of file denso_robot.h.
Definition at line 60 of file denso_robot_core.h.
Definition at line 41 of file denso_robot_rc8.h.
Definition at line 45 of file denso_robot_rc8_cobotta.h.
Definition at line 41 of file denso_robot_rc9.h.
Definition at line 60 of file denso_task.h.
| typedef std::vector<DensoTask_Ptr> denso_robot_core::DensoTask_Vec |
Definition at line 61 of file denso_task.h.
Definition at line 84 of file denso_variable.h.
| typedef std::vector<DensoVariable_Ptr> denso_robot_core::DensoVariable_Vec |
Definition at line 85 of file denso_variable.h.
| typedef std::vector<uint32_t> denso_robot_core::Handle_Vec |
Definition at line 67 of file denso_base.h.
| typedef std::vector<std::string> denso_robot_core::Name_Vec |
Definition at line 66 of file denso_base.h.
| typedef std::vector<BCAPService_Ptr> denso_robot_core::Service_Vec |
Definition at line 68 of file denso_base.h.
| anonymous enum |
| Enumerator | |
|---|---|
| NUM_POSITION | |
| NUM_JOINT | |
| NUM_TRANS | |
Definition at line 29 of file denso_robot.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| ACT_RESET | |
| ACT_NONE | |
| ACT_MOVESTRING | |
| ACT_MOVEVALUE | |
| ACT_DRIVEEXSTRING | |
| ACT_DRIVEEXVALUE | |
| ACT_DRIVEAEXSTRING | |
| ACT_DRIVEAEXVALUE | |
Definition at line 36 of file denso_robot.cpp.