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
Link the implementing PR to this issue by including Closes #75 in the PR description or commit message.
What
Write the component requirements document for score/ts_client.
score/ts_client has production code (gPTP IPC publisher/receiver) and active
development (PR #54 replacing mmap with SharedMemoryFactory) but no component
requirements. Requirements shall be authored as comp_req sphinx-needs directives
at score/ts_client/docs/requirements/ts_client_requirements.rst, traced to
feature requirements via :satisfies: feat_req__time__<id>, and back-linked to
code via // # req-Id: comments.
Acceptance Criteria
score/ts_client/docs/requirements/ts_client_requirements.rst created and indexed
All significant observable behaviours covered as comp_req nodes (connect/disconnect, publish, receive, error paths)
Every comp_req has a :satisfies: link to a valid feat_req
Important
Link the implementing PR to this issue by including
Closes #75in the PR description or commit message.What
Write the component requirements document for
score/ts_client.score/ts_clienthas production code (gPTP IPC publisher/receiver) and activedevelopment (PR #54 replacing mmap with SharedMemoryFactory) but no component
requirements. Requirements shall be authored as
comp_reqsphinx-needs directivesat
score/ts_client/docs/requirements/ts_client_requirements.rst, traced tofeature requirements via
:satisfies: feat_req__time__<id>, and back-linked tocode via
// # req-Id:comments.Acceptance Criteria
score/ts_client/docs/requirements/ts_client_requirements.rstcreated and indexedcomp_reqnodes (connect/disconnect, publish, receive, error paths)comp_reqhas a:satisfies:link to a validfeat_reqcomp_reqtraced to code via// # req-Id:References