SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
Struct that holds the time resolution and default time unit. More...
#include <sysc/kernel/sc_time.h>
Public Member Functions | |
sc_time_params () | |
~sc_time_params () | |
Public Attributes | |
double | time_resolution |
bool | time_resolution_specified |
bool | time_resolution_fixed |
sc_time::value_type | default_time_unit |
bool | default_time_unit_specified |
Struct that holds the time resolution and default time unit.
sc_core::sc_time_params::sc_time_params | ( | ) |
sc_core::sc_time_params::~sc_time_params | ( | ) |
sc_time::value_type sc_core::sc_time_params::default_time_unit |