PER Firmware
Loading...
Searching...
No Matches
validator Namespace Reference

Functions

bool validate_against_schema (data, schema, schema_store=None, filename="<unknown>")
 
bool validate_common_types ()
 
bool validate_bus_config (schema_store)
 
bool validate_internal_nodes (schema_store)
 
bool validate_external_nodes (schema_store)
 
bool validate_all ()
 

Detailed Description

validator.py

Author: Irving Wang (irvingw@purdue.edu)

Function Documentation

◆ validate_against_schema()

bool validator.validate_against_schema ( data,
schema,
schema_store = None,
filename = "<unknown>" )
Validate data against schema and return success status.
Prints all validation errors found in the file.
Here is the caller graph for this function:

◆ validate_all()

bool validator.validate_all ( )
Here is the call graph for this function:

◆ validate_bus_config()

bool validator.validate_bus_config ( schema_store)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ validate_common_types()

bool validator.validate_common_types ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ validate_external_nodes()

bool validator.validate_external_nodes ( schema_store)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ validate_internal_nodes()

bool validator.validate_internal_nodes ( schema_store)
Here is the call graph for this function:
Here is the caller graph for this function: