-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #212 from RADAR-base/release-0.5.7
Release 0.5.7
- Loading branch information
Showing
4 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
commons/connector/upload/physilog/physilog_binary_data_reference.avsc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"namespace": "org.radarcns.connector.upload.physilog", | ||
"type": "record", | ||
"name": "PhysilogBinaryDataReference", | ||
"doc": "Binary data produced by physilog 5 devices. This only contains a URI reference to the actual binary data.", | ||
"fields": [ | ||
{"name": "time", "type": "double", "doc": "Time since Unix Epoch as reported by the device (s)."}, | ||
{"name": "timeReceived", "type": "double", "doc": "Time this record was processed (s)."}, | ||
{"name": "name", "type": "string", "doc": "File name."}, | ||
{"name": "url", "type": "string", "doc": "URI where image is stored."} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
specifications/connector/radar-physilog-connector-1.0.0.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#====================================== Altoida Phone Sensors =====================================# | ||
name: RADAR-PHYSILOG5-UPLOAD-CONNECTOR | ||
vendor: Gait UP | ||
model: Physilog5 | ||
version: 1.0.0 | ||
doc: Spec for RADAR-base connector for Physilog 5 data upload connector. | ||
data: | ||
# Summary | ||
- doc: Binary file reference. | ||
topic: connect_upload_physilog_binary_data_reference | ||
value_schema: .connector.upload.physilog.PhysilogBinaryDataReference |