Declare abstract function for after loading device configuration
Proposers
- Pedro Paulo Tavares (OPTARE Solutions) ...
Description
Similar to the abstract methods in _Driver's file located in device/service/driver_api. An abstract method should be created to allow developers to configure a device after being loaded. (Nomenclature ex: after_load
)
Demo or definition of done
A device loads from the SBI into the config_rules
their current status. Should be able to define device_operational_status
right away as their current status.
Another example would be the possibility to add links into the teraflow's topology which weren't passed in the descriptor file but were received from the SBI.