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 
8 
10 
11 namespace mc_control
12 {
13 
21 : public details::BackendSpecificController<MCController::Backend::Tasks, mc_solver::TasksQPSolver>
22 {
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