forked from COVESA/hierarchical_information_model
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Example files and documentation update
Signed-off-by: Ulf Bjorkengren <[email protected]>
- Loading branch information
Showing
7 changed files
with
15 additions
and
22 deletions.
There are no files selected for viewing
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
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
# HIM example files | ||
|
||
This directory contains an example file of each of the information types that HIM currently defines: | ||
- Resource data: HIM_Resource_example.v1.0.0.him | ||
- Service data: HIM_Service.v1.0.0.him | ||
- Type definition data: TypeDefinition_example.v1.0.0.him | ||
- Resource data: HIM_Resource_example.v1.0.0.vspec | ||
- Service data: HIM_Service_example.v1.0.0.yaml | ||
- Type definition data: TypeDefinition_example.v1.0.0.yaml | ||
|
||
It also contains an example file of a HIM configuration file: HIM_config_example.v1.0.0.him | ||
|
||
The examples are expressed in YAML as it is the mandatory format for HIM files. | ||
However, HIM does not prevent translation from original HIM files into other formats such as JSON, etc. | ||
|
||
The examples do not make use of the neither the include nor the instances directives that HIM supports. | ||
The resource data example uses the vspec format that is inherited from the VSS project. | ||
The service data and type definition data examples are expressed in YAML as it is the primary format for HIM files. | ||
However, HIM also inherits the pattern from VSS to allow translation from the primary format into other formats such as JSON, etc. |
File renamed without changes.