Closed teddychao closed 4 months ago
Fixes #730.
Changes proposed in this pull request:
pspm_help
After testing, almost all the functions can be read, with a few exceptions as following
pspm_get_timing
pspm_jobman
pspm_load_channel
pspm_load_data
pspm_process_illuminance
pspm_pupil_pp_options
pspm_tam
It can generate the struct now but have not sorted subfields. Will do next
Example
Example 2
Fixes #730.
Changes proposed in this pull request:
pspm_help
to make it able to read help text from source code.After testing, almost all the functions can be read, with a few exceptions as following
pspm_get_timing
: Arguments are written in a different method.pspm_jobman
: The symbol → is not read bypspm_help
.pspm_load_channel
: Arguments are not sorted conventionally.pspm_load_data
: Arguments are not sorted conventionally.pspm_process_illuminance
: There are second-level subfields.pspm_pupil_pp_options
: Arguments are not sorted conventionally.pspm_tam
: There are second-level subfields.