#include <Xyce_config.h>
#include <N_DEV_DeviceMaster.h>
#include <N_DEV_Message.h>
#include <N_DEV_DeviceInstance.h>
Go to the source code of this file.
|
void | Xyce::Device::instance_must_reference_model_error (const Device &device, const std::string &model_name, const NetlistLocation &netlist_location) |
| reports that the type of instance requires that a model be specified More...
|
|
void | Xyce::Device::could_not_find_model_error (const Device &device, const std::string &model_name, const std::string &instance_name, const NetlistLocation &netlist_location) |
| reports that the model name is note defined More...
|
|
void | Xyce::Device::duplicate_model_warning (const Device &device, const DeviceModel &model, const NetlistLocation &netlist_location) |
| duplicate_model_warning reports that the model name is duplicated. More...
|
|
void | Xyce::Device::duplicate_instance_warning (const Device &device, const DeviceInstance &instance, const NetlistLocation &netlist_location) |
| duplicate_instance_warning reports a duplication of instance names. More...
|
|
void | Xyce::Device::duplicate_entity_warning (const Device &device, const DeviceEntity &entity, const NetlistLocation &netlist_location) |
| duplicate_entity_warning reports a duplication of entity names. More...
|
|