You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2019. It is now read-only.
The recently implemented feature, quick scan switching to detailed search after finishing its search partition, should be optional.
Make a new boolean variable in the InputFile that determines whether the role switch feature is active. The logic for parsing the InputFile can be seen in Resources/fileIO.cpp. This will put the InputFile varialbles into a ConfigContainer object. A pointer to this object can be found in PNav.cpp, called *configs.
Modify the role switch feature so that it only occurs if the new InputFile variable is true.
The recently implemented feature, quick scan switching to detailed search after finishing its search partition, should be optional.
Make a new boolean variable in the InputFile that determines whether the role switch feature is active. The logic for parsing the InputFile can be seen in Resources/fileIO.cpp. This will put the InputFile varialbles into a ConfigContainer object. A pointer to this object can be found in PNav.cpp, called *configs.
Modify the role switch feature so that it only occurs if the new InputFile variable is true.