/*
* Copyright 2014, Oscar E. Ramos Ponce, LAAS-CNRS
*
* This file is part of sot-torque-control.
* sot-torque-control is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
* sot-torque-control is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details. You should
* have received a copy of the GNU Lesser General Public License along
* with sot-torque-control. If not, see .
*/
#ifndef __sot_torque_control_joint_trajectory_generator_H__
#define __sot_torque_control_joint_trajectory_generator_H__
/* --------------------------------------------------------------------- */
/* --- API ------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
#if defined (WIN32)
# if defined (joint_position_controller_EXPORTS)
# define SOTJOINTTRAJECTORYGENERATOR_EXPORT __declspec(dllexport)
# else
# define SOTJOINTTRAJECTORYGENERATOR_EXPORT __declspec(dllimport)
# endif
#else
# define SOTJOINTTRAJECTORYGENERATOR_EXPORT
#endif
/* --------------------------------------------------------------------- */
/* --- INCLUDE --------------------------------------------------------- */
/* --------------------------------------------------------------------- */
#include
#include
#include
#include
#include
#include