summaryrefslogtreecommitdiff
path: root/LocomotorPrimitivesManager.h
blob: f58dd1776ec4932c627e4be6bfdc5e3997b32e24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef LOCOMOTORPRIMITIVES_MANAGER_H_
#define LOCOMOTORPRIMITIVES_MANAGER_H_

#include "OpenSim/OpenSim.h"

class LocomotorPrimitivesManager : public OpenSim::Manager
{
public:
	LocomotorPrimitivesManager(OpenSim::Model &model, SimTK::Integrator &integrator)
		: OpenSim::Manager(model, integrator) { }
	bool integrate(SimTK::State &s, double dtFirst=1.0e-6);
	bool doIntegration(SimTK::State &s, int step, double dtFirst);
};

#endif /* LOCOMOTORPRIMITIVES_MANAGER_H_ */
/th>6d6cba5cd07c7b436ce32ba13d4463ee6b3c5d80 parent7c23ace2db5217cfbe066a21d98b761321c67efd (diff)
drm/amdgpu: add begin/end_use ring callbacks
For manual UVD/VCE power and clock gating. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat