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
Florian Leander Singer
RobotAPI
Commits
22071cd5
Commit
22071cd5
authored
1 year ago
by
Fabian Tërnava
Browse files
Options
Downloads
Patches
Plain Diff
add return types to skill desc
parent
9c91c12c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/RobotAPI/interface/skills/SkillManagerInterface.ice
+1
-1
1 addition, 1 deletion
source/RobotAPI/interface/skills/SkillManagerInterface.ice
source/RobotAPI/interface/skills/SkillProviderInterface.ice
+2
-2
2 additions, 2 deletions
source/RobotAPI/interface/skills/SkillProviderInterface.ice
with
3 additions
and
3 deletions
source/RobotAPI/interface/skills/SkillManagerInterface.ice
+
1
−
1
View file @
22071cd5
...
...
@@ -50,7 +50,7 @@ module armarx
string
description
;
armarx
::
core
::
time
::
dto
::
Duration
timeout
;
aron
::
type
::
dto
::
AronObject
acceptedType
;
aron
::
type
::
dto
::
AronObject
return
d
Type
;
aron
::
type
::
dto
::
AronObject
returnType
;
aron
::
data
::
dto
::
Dict
rootProfileDefaults
;
};
...
...
This diff is collapsed.
Click to expand it.
source/RobotAPI/interface/skills/SkillProviderInterface.ice
+
2
−
2
View file @
22071cd5
...
...
@@ -117,14 +117,14 @@ module armarx
};
// Description of a skill, independant of a provider
// A skill is nothing but a executable thing, which can be executed
on one or more 'robots' (empty means all)
// A skill is nothing but a executable thing, which can be executed
struct
SkillDescription
{
SkillID
skillId
;
string
description
;
armarx
::
core
::
time
::
dto
::
Duration
timeout
;
aron
::
type
::
dto
::
AronObject
acceptedType
;
aron
::
type
::
dto
::
AronObject
return
d
Type
;
aron
::
type
::
dto
::
AronObject
returnType
;
aron
::
data
::
dto
::
Dict
rootProfileDefaults
;
};
...
...
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