Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check validity of the parameters read from config files #1

Open
waldezjr opened this issue Aug 9, 2017 · 0 comments
Open

Check validity of the parameters read from config files #1

waldezjr opened this issue Aug 9, 2017 · 0 comments
Assignees

Comments

@waldezjr
Copy link
Member

waldezjr commented Aug 9, 2017

The modules should be able to check and react accordingly if the parameters in any of the configuration files are not valid for the application.

E.g.:
This is a valid line for sensorIds :

sensorIds 1 2 3 4

This line has zero, negative or out of range values, therefore, not a valid line for sensorIds

sensorIds 0 2 -3 16

In the latter case, the module should notify an error to the logger and quit.

@waldezjr waldezjr self-assigned this Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant