Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Y
yaq enhancement proposals
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaq
yaq enhancement proposals
Commits
9938237d
Commit
9938237d
authored
Jul 14, 2020
by
Kyle Sunden
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '304' into 'master'
YEP-304: has-turret See merge request
!41
parents
c2c2007a
6dc55dde
Pipeline
#166580785
canceled with stage
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
3 deletions
+47
-3
yeps/yep-304.md
yeps/yep-304.md
+47
-3
No files found.
yeps/yep-304.md
View file @
9938237d
---
yep
:
304
title
:
has-turret
author
:
Blaise Thompson
status
:
draft
author
:
Blaise Thompson
<blaise@untzag.com>
status
:
accepted
tags
:
trait
post-history
:
2020-04-22
2020-07-14
---
This YEP is a stub.
# Abstract
This YEP defines the has-turret trait.
This trait has been accepted.
See built documentation at at
[
yaq.fyi
](
https://yaq.fyi/traits/has-turret
)
.
# Table of Contents
[TOC]
# Motivation
Certain positional hardware has an additional turret.
This trait ensures consistant interfaces for such hardware across the yaq ecosystem.
# Proposal
Turret position is represented using an index.
Daemons should return busy while turret position is changing.
## state: turret
type: int
## message: get_turret
response: int
Get current turret index.
## message: set_turret
parameter: turret: int
Set the turret to a given index.
# Discussion
Discussion can be found on the
[
gitlab issue
](
https://gitlab.com/yaq/yeps/-/issues/21
)
for this YEP.
# Copyright
This document is placed in the public domain or under the CC0-1.0-Universal license, whichever is more permissive.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment