List of all members | Public Member Functions | Public Attributes
copy_metadata_settings Struct Reference

Settings for copy_metadata. More...

Public Member Functions

 copy_metadata_settings ()
 Standard Constructor. More...
 

Public Attributes

bool copy_inputs
 Input names are copied. More...
 
bool copy_outputs
 Output names are copied. More...
 
bool copy_constants
 Constant line information is copied. More...
 
bool copy_garbage
 Garbage line information is copied. More...
 
bool copy_name
 Circuit name is copied. More...
 
bool copy_inputbuses
 Input buses are copied. More...
 
bool copy_outputbuses
 Output buses are copied. More...
 
bool copy_statesignals
 State signals are copied. More...
 
bool copy_modules
 Modules are copied. More...
 

Detailed Description

Settings for copy_metadata.

With this settings structure some parts can be deactivated for copying. In the default case, all information of the circuit is copied.

Author
RevKit
Since
1.2

Constructor & Destructor Documentation

Standard Constructor.

Initializes default values

Author
RevKit
Since
1.2

Member Data Documentation

bool copy_constants

Constant line information is copied.

The default value is true.

Author
RevKit
Since
1.2
bool copy_garbage

Garbage line information is copied.

The default value is true.

Author
RevKit
Since
1.2
bool copy_inputbuses

Input buses are copied.

The default value is true.

Author
RevKit
Since
1.2
bool copy_inputs

Input names are copied.

The default value is true.

Author
RevKit
Since
1.2
bool copy_modules

Modules are copied.

The default value is true.

Author
RevKit
Since
1.2
bool copy_name

Circuit name is copied.

The default value is true.

Author
RevKit
Since
1.2
bool copy_outputbuses

Output buses are copied.

The default value is true.

Author
RevKit
Since
1.2
bool copy_outputs

Output names are copied.

The default value is true.

Author
RevKit
Since
1.2
bool copy_statesignals

State signals are copied.

The default value is true.

Author
RevKit
Since
1.2

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

Generated on Tue Apr 16 2013 08:12:02 for RevKit by doxygen 1.8.3.1