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.
typedef boost::shared_ptr<DensoBase> denso_robot_core::DensoBase_Ptr |
Definition at line 172 of file denso_base.h.
typedef std::vector<DensoBase_Ptr> denso_robot_core::DensoBase_Vec |
Definition at line 173 of file denso_base.h.
typedef boost::shared_ptr<DensoController> denso_robot_core::DensoController_Ptr |
Definition at line 69 of file denso_controller.h.
typedef boost::shared_ptr<DensoControllerRC8> denso_robot_core::DensoControllerRC8_Ptr |
Definition at line 43 of file denso_controller_rc8.h.
typedef boost::shared_ptr<DensoRobot> denso_robot_core::DensoRobot_Ptr |
Definition at line 80 of file denso_robot.h.
typedef std::vector<DensoRobot_Ptr> denso_robot_core::DensoRobot_Vec |
Definition at line 81 of file denso_robot.h.
typedef boost::shared_ptr<DensoRobotCore> denso_robot_core::DensoRobotCore_Ptr |
Definition at line 55 of file denso_robot_core.h.
typedef boost::shared_ptr<DensoRobotRC8> denso_robot_core::DensoRobotRC8_Ptr |
Definition at line 171 of file denso_robot_rc8.h.
typedef boost::shared_ptr<DensoTask> denso_robot_core::DensoTask_Ptr |
Definition at line 62 of file denso_task.h.
typedef std::vector<DensoTask_Ptr> denso_robot_core::DensoTask_Vec |
Definition at line 63 of file denso_task.h.
typedef boost::shared_ptr<DensoVariable> denso_robot_core::DensoVariable_Ptr |
Definition at line 82 of file denso_variable.h.
typedef std::vector<DensoVariable_Ptr> denso_robot_core::DensoVariable_Vec |
Definition at line 83 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 |
Definition at line 45 of file denso_robot_rc8.cpp.
anonymous enum |
ACT_RESET | |
ACT_NONE | |
ACT_MOVESTRING | |
ACT_MOVEVALUE | |
ACT_DRIVEEXSTRING | |
ACT_DRIVEEXVALUE | |
ACT_DRIVEAEXSTRING | |
ACT_DRIVEAEXVALUE |
Definition at line 51 of file denso_robot_rc8.cpp.