TasksController.h
Go to the documentation of this file.
1
/*
2
* Copyright 2015-2022 CNRS-UM LIRMM, CNRS-AIST JRL
3
*/
4
5
#pragma once
6
7
#include <
mc_control/MCController.h
>
8
9
#include <
mc_solver/TasksQPSolver.h
>
10
11
namespace
mc_control
12
{
13
20
struct
MC_CONTROL_DLLAPI
TasksController
21
:
public
details::BackendSpecificController
<MCController::Backend::Tasks, mc_solver::TasksQPSolver>
22
{
23
using
details::BackendSpecificController
<
MCController::Backend::Tasks
,
24
mc_solver::TasksQPSolver
>::BackendSpecificController;
25
};
26
27
}
// namespace mc_control
mc_solver::TasksQPSolver
Definition:
TasksQPSolver.h:19
TasksQPSolver.h
mc_control::TasksController
Definition:
TasksController.h:20
MC_CONTROL_DLLAPI
#define MC_CONTROL_DLLAPI
Definition:
api.h:50
MCController.h
mc_control::details::BackendSpecificController
Definition:
MCController.h:749
mc_control
Definition:
CompletionCriteria.h:10
mc_solver::QPSolver::Backend::Tasks
@ Tasks
include
mc_control
TasksController.h
Generated by
1.8.17