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