Skip to content

Commit f264b73

Browse files
lo-simongarethsb
andauthored
Apply suggestions from code review
Co-authored-by: Gareth Sylvester-Bradley <[email protected]>
1 parent 85e9cff commit f264b73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documents/Architecture.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
The [nmos](../Development/nmos/) module fundamentally provides three things.
44

5-
1. A C++ data model for the AMWA IS-04, IS-05 and IS-08 NMOS resources which represent the logical functionality of a Node, or equally, for the resources of many Nodes held by a Registry.
6-
2. An implementation of each of the REST APIs defined by the AMWA IS-04, IS-05, IS-08, IS-09 and IS-10 NMOS specifications, in terms of the data model.
5+
1. A C++ data model for the AMWA NMOS resources which represent the logical functionality of a Node, or equally, for the resources of many Nodes held by a Registry.
6+
2. An implementation of each of the REST APIs defined by the AMWA NMOS specifications, in terms of the data model.
77
3. An implementation of the Node and Registry "active behaviours" defined by the specifications.
88

99
The module also provides the concept of a server which combines the REST APIs and behaviours into a single object for simplicity.
@@ -117,10 +117,10 @@ for (;;)
117117
> [nmos/node_api.cpp](../Development/nmos/node_api.cpp),
118118
> [nmos/connection_api.cpp](../Development/nmos/connection_api.cpp),
119119
> [nmos/events_api.cpp](../Development/nmos/events_api.cpp),
120+
> [nmos/channelmapping_api.cpp](../Development/nmos/channelmapping_api.cpp),
120121
> [nmos/registration_api.cpp](../Development/nmos/registration_api.cpp),
121122
> [nmos/query_api.cpp](../Development/nmos/query_api.cpp),
122123
> [nmos/system_api.cpp](../Development/nmos/system_api.cpp),
123-
> [nmos/channelmapping_api.cpp](../Development/nmos/channelmapping_api.cpp)
124124
> [nmos/authorization_redirect_api.cpp](../Development/nmos/authorization_redirect_api.cpp)
125125
126126
The ``nmos`` module also provides the implementation of each of the REST APIs defined by AMWA IS-04, IS-05, IS-07, IS-08, IS-09 and IS-10.

0 commit comments

Comments
 (0)