| 202 | class Controller{ |
| 203 | public: |
| 204 | enum DriverStatus{ |
| 205 | ControllerNotReady, |
| 206 | ControllerError, |
| 207 | ControllerReady, |
| 208 | }; |
| 209 | private: |
| 210 | |
| 211 | enum ControllerConfigCommandSet{ |
nothing calls this directly
no outgoing calls
no test coverage detected