VICUS Library
Documentation of Vicus library
|
#include <VICUS_EmbeddedDatabase.h>
This stores the database elements used in a project and are needed for transfering project data (with user-defined database elements) from one installation to another, and to generate NANDRAD projects.
std::vector<VICUS::BoundaryCondition> VICUS::EmbeddedDatabase::m_boundaryConditions |
Map of all database boundary conditions.
std::vector<VICUS::Component> VICUS::EmbeddedDatabase::m_components |
Map of all database components.
std::vector<VICUS::Construction> VICUS::EmbeddedDatabase::m_constructions |
Map of all database constructions.
std::vector<VICUS::EPDDataset> VICUS::EmbeddedDatabase::m_EPDElements |
Map of all database EPD elements
std::vector<VICUS::NetworkFluid> VICUS::EmbeddedDatabase::m_fluids |
Map of all database fluids
std::vector<VICUS::Infiltration> VICUS::EmbeddedDatabase::m_infiltration |
Map of all database Infiltration.
std::vector<VICUS::InternalLoad> VICUS::EmbeddedDatabase::m_internalLoads |
Map of all database Internal loads.
VICUS_READWRITE std::vector<VICUS::Material> VICUS::EmbeddedDatabase::m_materials |
Map of all opaque database materials.
std::vector<VICUS::NetworkComponent> VICUS::EmbeddedDatabase::m_networkComponents |
Map of all hydraulic network components
std::vector<VICUS::NetworkController> VICUS::EmbeddedDatabase::m_networkControllers |
Map of all hydraulic network controllers
std::vector<VICUS::NetworkPipe> VICUS::EmbeddedDatabase::m_pipes |
Map of all database pipes
std::vector<VICUS::Schedule> VICUS::EmbeddedDatabase::m_schedules |
Map of all database schedules
std::vector<VICUS::SubNetwork> VICUS::EmbeddedDatabase::m_subNetworks |
Map of all hydraulic sub networks
std::vector<VICUS::SubSurfaceComponent> VICUS::EmbeddedDatabase::m_subSurfaceComponents |
Map of all database subsurface components (holes/windows...).
std::vector<VICUS::SupplySystem> VICUS::EmbeddedDatabase::m_supplySystems |
Map of all database supply systems.
std::vector<VICUS::SurfaceHeating> VICUS::EmbeddedDatabase::m_surfaceHeatings |
Map of all database subsurface components (holes/windows...).
std::vector<VICUS::VentilationNatural> VICUS::EmbeddedDatabase::m_ventilationNatural |
Map of all database Natural Ventilation.
std::vector<VICUS::WindowGlazingSystem> VICUS::EmbeddedDatabase::m_windowGlazingSystems |
Map of all database glazing systems.
std::vector<VICUS::Window> VICUS::EmbeddedDatabase::m_windows |
Map of all window definitions.
std::vector<VICUS::ZoneControlShading> VICUS::EmbeddedDatabase::m_zoneControlShading |
Map of all database Zone Control Thermostats.
std::vector<VICUS::ZoneControlThermostat> VICUS::EmbeddedDatabase::m_zoneControlThermostats |
Map of all database Zone Control Thermostats.
std::vector<VICUS::ZoneControlNaturalVentilation> VICUS::EmbeddedDatabase::m_zoneControlVentilationNatural |
Map of all database Zone Control Natural Ventilation.
std::vector<VICUS::ZoneIdealHeatingCooling> VICUS::EmbeddedDatabase::m_zoneIdealHeatingCooling |
Map of all database Zone Control Thermostats.
std::vector<VICUS::ZoneTemplate> VICUS::EmbeddedDatabase::m_zoneTemplates |
Map of all database Zone templates.