Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RobotAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lennard Hofmann
RobotAPI
Commits
5abd85c4
Commit
5abd85c4
authored
10 years ago
by
Simon Ottenhaus
Browse files
Options
Downloads
Patches
Plain Diff
missing file
parent
e355e8bb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/interface/units/WeissHapticUnit.ice
+40
-0
40 additions, 0 deletions
source/RobotAPI/interface/units/WeissHapticUnit.ice
with
40 additions
and
0 deletions
source/RobotAPI/interface/units/WeissHapticUnit.ice
0 → 100644
+
40
−
0
View file @
5abd85c4
/*
* This file is part of ArmarX.
*
* ArmarX 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 2 of
* the License, or (at your option) any later version.
*
* ArmarX 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 General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @package RobotAPI
* @author Peter Kaiser <peter dot kaiser at kit dot edu>
* @date 2014
* @copyright http://www.gnu.org/licenses/gpl-2.0.txt
* GNU General Public License
*/
#ifndef _ARMARX_ROBOTAPI_UNITS_WEISSHAPTIC_SLICE_
#define _ARMARX_ROBOTAPI_UNITS_WEISSHAPTIC_SLICE_
#include
<RobotAPI/interface/units/HapticUnit.ice>
module
armarx
{
interface
WeissHapticUnitInterface
extends
armarx
::
HapticUnitInterface
{
void
setDeviceTag
(
string
deviceName
,
string
tag
);
void
startLogging
();
void
stopLogging
();
};
};
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment