Data Fields | |
char * | sym |
char * | value |
sym_value * | next |
Structure used for storing symbol and string value information.
Pointer to next sym_value structure in list
Referenced by add_sym_values_to_sim(), and sym_value_store().
char* sym_value_s::sym |
Signal symbol
Referenced by add_sym_values_to_sim(), and sym_value_store().
char* sym_value_s::value |
Signal value to assign
Referenced by add_sym_values_to_sim(), and sym_value_store().