|
2 | 2 |
|
3 | 3 | The [nmos](../Development/nmos/) module fundamentally provides three things.
|
4 | 4 |
|
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. |
7 | 7 | 3. An implementation of the Node and Registry "active behaviours" defined by the specifications.
|
8 | 8 |
|
9 | 9 | 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 (;;)
|
117 | 117 | > [nmos/node_api.cpp](../Development/nmos/node_api.cpp),
|
118 | 118 | > [nmos/connection_api.cpp](../Development/nmos/connection_api.cpp),
|
119 | 119 | > [nmos/events_api.cpp](../Development/nmos/events_api.cpp),
|
| 120 | +> [nmos/channelmapping_api.cpp](../Development/nmos/channelmapping_api.cpp), |
120 | 121 | > [nmos/registration_api.cpp](../Development/nmos/registration_api.cpp),
|
121 | 122 | > [nmos/query_api.cpp](../Development/nmos/query_api.cpp),
|
122 | 123 | > [nmos/system_api.cpp](../Development/nmos/system_api.cpp),
|
123 |
| -> [nmos/channelmapping_api.cpp](../Development/nmos/channelmapping_api.cpp) |
124 | 124 | > [nmos/authorization_redirect_api.cpp](../Development/nmos/authorization_redirect_api.cpp)
|
125 | 125 |
|
126 | 126 | 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