sony / nmos-cpp

An NMOS (Networked Media Open Specifications) Registry and Node in C++ (IS-04, IS-05)
Apache License 2.0
136 stars 80 forks source link

Update doc to include IS-10 #364

Closed lo-simon closed 4 months ago

lo-simon commented 5 months ago

Update documents and diagrams to include IS-10 implementation.

garethsb commented 4 months ago

@lo-simon Are the settings.h changes meant to be in this PR? They look related to IS-12, not IS-10.

Edit: Apart from the actual change mentioned in the commit comment "highest_pri and lowest_pri are used in Node only", of course!!

lo-simon commented 4 months ago

Thanks, @garethsb, you are right, I must be using the IS-12 branch while doing the document update, I will fix it now.

lo-simon commented 4 months ago

Edit: Apart from the actual change mentioned in the commit comment "highest_pri and lowest_pri are used in Node only", of course!!

When Authorization was implemented, highest_pri and lowest_pri were also used for the Authorization API, but then during the implementation phase, I noticed the Authorization API will well be not be running on the Registry, i.e. should not be using the same pri range as the Registration/Query API.