Component Requirements ====================== .. requirement:definition:: SampleComponent.REQ_COMP_001 The numeric value management interface shall provide a read operation that returns a uint8_t value .. requirement:definition:: SampleComponent.REQ_COMP_002 The numeric value management interface shall not be extensible by external code .. requirement:definition:: SampleComponent.REQ_COMP_003 The numeric value validator shall return a boolean result indicating whether the managed numeric value equals 42 .. requirement:definition:: SampleComponent.REQ_COMP_004 The numeric value validator shall accept a numeric value manager instance as its sole constructor argument .. requirement:definition:: SampleComponent.REQ_COMP_005 The numeric value validator shall take exclusive ownership of the received numeric value manager instance