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

Fix crc conversion problems #294

Merged
merged 6 commits into from
Jan 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update swagger doc
  • Loading branch information
Schwartz-Matthew-bah committed Jan 15, 2019
commit 92b38ce62c2ee982b3c39ea94e5dc469a061ccfb
15 changes: 7 additions & 8 deletions docs/ODESwagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ paths:
description: ODE version information returned
schema:
$ref: '#/definitions/versionResponse'

/tim/query:
post:
summary: Query an RSU for set TIMs
Expand Down Expand Up @@ -311,7 +311,7 @@ definitions:
"2017-08-03T22:25:36.297Z".
packetId:
type: string
description: Provides a unique message ID to given in a 9 byte hex string
description: Provides a unique message ID, in a 9-digit hex string.
urlB:
type: string
description: Standard URL link to designated resource.
Expand Down Expand Up @@ -422,7 +422,7 @@ definitions:
description: >-
A link to any other incident information data that may be available in
the normal ATIS incident description or other messages, a 4-digit hex
string or 16-digit binary string.
string..
RoadSignID:
type: object
properties:
Expand All @@ -442,8 +442,7 @@ definitions:
crc:
type: string
description: >-
Message cyclic-redundancy-check code in 4-digit hex string or 16-digit
binary string.
Message cyclic-redundancy-check code in 4-digit hex string.
Region:
type: object
properties:
Expand Down Expand Up @@ -620,9 +619,9 @@ definitions:
directionality:
type: string
description: one of ENUMERATED {
unavailable (0), -- unknown or NA, not typically used in valid expressions
forward (1), -- direction of travel follows node ordering
reverse (2), -- direction of travel is the reverse of node ordering
unavailable (0), -- unknown or NA, not typically used in valid expressions
forward (1), -- direction of travel follows node ordering
reverse (2), -- direction of travel is the reverse of node ordering
both (3) -- direction of travel allowed in both directions
nodeList:
$ref: '#/definitions/NodeListXY'
Expand Down