BSDL Device Tree Compiler
|
Public Member Functions | |
~check_manager () | |
check_manager () | |
bool | run_checks (device_tree *tree, bool keep_going) |
bool | disable_checker (string name) |
bool | enable_checker (string name) |
The check manager is the interface to running the checks. This allows default checks to be enabled, non-default checks to be enabled, and so on.
|
inline |
Delete all of the checkers that are part of this checker manager.
|
inline |
Default constructor, creates check manager containing all of the default checks.
|
inline |
Disables the named checker.
|
inline |
Enables the named checker.
|
inline |
Run all of the checks on the specified tree.