You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-gen/content/_index.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ A domain can in the HIM context be defined with the help of two dimensions:
18
18
- Examples are a car, a truck, a trailer, an airplane, etc.,
19
19
- an 'information type' dimension that is used in the description of a coherent dimension using a specific information type.
20
20
- The currently defined information types are listed below.
21
-
-Data
21
+
-Vehicle data
22
22
- Service
23
23
- Type definitions
24
24
@@ -29,8 +29,8 @@ One example of such a project is the [Vehicle Signal Specification](https://gith
29
29
30
30
The documentation is structured in the different rule sets shortly described below.
31
31
32
-
## HIM Data Rule Set
33
-
[Rules](/hierarchical_information_model/data_rule_set/) for describing data produced/consumed by resources that can be represented by static or dynamically changing data values.
32
+
## HIM Vehicle Data Rule Set
33
+
[Rules](/hierarchical_information_model/vehicle_data_rule_set/) for describing data produced/consumed by vehicles that can be represented by static or dynamically changing data values.
34
34
35
35
## HIM Service Rule Set
36
36
[Rules](/hierarchical_information_model/service_rule_set/) for describing services that can be represented by procedure signatures.
@@ -49,28 +49,26 @@ The HIM model supports different information types,
49
49
and a server exposing an interface that uses HIM for its data representation may have to implement features that its clients have no interest in.
50
50
A server to be used in an environment where the Data type (i. e. classical signals) is used can then be
51
51
implemented without support for a service oriented architecture (SOA).
52
-
To support scenarios like this HIM specifies the three different profiles shown below.
52
+
To support scenarios like this HIM specifies the different profiles shown below.
53
53
54
-
A client that issues an inquiry on what profile is supported shall receive information on that in the response.
55
-
56
-
### HIM Data Profile
57
-
The HIM Data profile excludes use of trees that contain the Service data information type.
54
+
### HIM Vehicle Data Profile
55
+
The HIM vehicle data profile excludes use of trees that contain the Service information type.
58
56
This profile is for example compatible with the VSS tree.
59
57
60
58
### HIM Service Profile
61
-
The HIM Service profile excludes use of trees that contain the Data information type.
59
+
The HIM Service profile excludes use of trees that contain the Vehicle data information type.
62
60
This profile can for example be used in "pure" SOA architectures.
63
61
64
-
### HIM All Profile
65
-
The HIM All profile supports use of trees that contain data of any HIM specified information type.
62
+
### HIM Complete Profile
63
+
The HIM Complete profile supports use of trees that contain data of any HIM specified information type.
66
64
This makes it possible for a server to serve clients that wants to have access to both "classical signals" and services represented by function calls.
67
65
68
66
## HIM enablers
69
67
HIM enables a single server implementation to support use cases from multiple domains, e. g. telemetry via a tree such as the
Copy file name to clipboardExpand all lines: docs-gen/content/service_rule_set/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ weight: 20
4
4
chapter: true
5
5
---
6
6
7
-
# HIM Service Data Rule Set
7
+
# HIM Service Rule Set
8
8
9
9
The rules that are specific for the information type `service` is described in this part of the document,
10
10
and together with the rules in the [Common rule set part](/hierarchical_information_model/common_rule_set) it forms the overall rules for this information type.
The rules that are specific for the information type `data` is described in this part of the document,
9
+
The rules that are specific for the information type `vehicledata` is described in this part of the document,
10
10
and together with the rules in the [Common rule set part](/hierarchical_information_model/common_rule_set) it forms the overall rules for this information type.
0 commit comments