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

Added support for tyre data files which are basically INI files with … #23

Closed
wants to merge 1 commit into from

Conversation

mdempse1
Copy link
Contributor

…the use of a $ character for comments.

This has been implemented by adding an input argument strict to the C functions that parse the string data into numerical values. When strict=1 the behaviour is the same as before for an INI file whereby any characters after the value will cause an error to be returned. When strict=0 the characters after the value are ignored and the value returned.
A sample.tir is included to support the test case.

…the use of a $ character for comments.

This has been implemented by adding an input argument strict to the C functions that parse the string data into numerical values.  When strict=1 the behaviour is the same as before for an INI file whereby any characters after the value will cause an error to be returned.  When strict=0 the characters after the value are ignored and the value returned.
A sample.tir is included to support the test case.
@hyumo
Copy link

hyumo commented Sep 21, 2017

Hi @mdempse1 , a new int* exist argument was added recently for non-exist parameters. See #21 and c72fc34

@tbeu
Copy link
Contributor

tbeu commented Sep 22, 2017

Thank you. Merged manually. Updated binaries will follow soon.

@tbeu tbeu closed this Sep 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants