BSDL Device Tree Compiler
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | List of all members
dtc::fdt::checking::check_manager Class Reference

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)
 

Detailed Description

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.

Constructor & Destructor Documentation

dtc::fdt::checking::check_manager::~check_manager ( )
inline

Delete all of the checkers that are part of this checker manager.

dtc::fdt::checking::check_manager::check_manager ( )
inline

Default constructor, creates check manager containing all of the default checks.

Member Function Documentation

bool dtc::fdt::checking::check_manager::disable_checker ( string  name)
inline

Disables the named checker.

bool dtc::fdt::checking::check_manager::enable_checker ( string  name)
inline

Enables the named checker.

bool dtc::fdt::checking::check_manager::run_checks ( device_tree tree,
bool  keep_going 
)
inline

Run all of the checks on the specified tree.


The documentation for this class was generated from the following file: