Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Descriptions in DSL for operation signature #119

Closed
aedelmann opened this issue Mar 23, 2016 · 3 comments
Closed

Descriptions in DSL for operation signature #119

aedelmann opened this issue Mar 23, 2016 · 3 comments

Comments

@aedelmann
Copy link
Contributor

The DSL should offer a description for the individual operation parameters.

@erlemantos
Copy link
Contributor

Would this suffice?

operations { drive(leftWheelSpeed as float "Speed of left wheel", rightWheelSpeed as float "Speed of right wheel") returns boolean }

@aedelmann
Copy link
Contributor Author

I think that would suffice. What would also be good in this context to adjust the formatter so it becomes more readable like:
`
operations {
drive(leftWheelSpeed as float "Speed of left wheel",
rightWheelSpeed as float "Speed of right wheel")

} `

@OlafWeinmann
Copy link
Contributor

Sounds good to me!

erlemantos pushed a commit to bosch-io/vorto that referenced this issue Mar 30, 2016
@aedelmann aedelmann modified the milestone: 0.9.0 Jan 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants