scifir-units
2.0.0
scifir-units is a library of units of measurement, angles, coordinates, fields, and related data, all lightweight, that help in the development of scientific software and scientific machines
Loading...
Searching...
No Matches
derived_units
electronics_units.hpp
Go to the documentation of this file.
1
#ifndef SCIFIR_UNITS_DERIVED_UNITS_HARDWARE_UNITS_HPP_INCLUDED
2
#define SCIFIR_UNITS_DERIVED_UNITS_HARDWARE_UNITS_HPP_INCLUDED
3
4
#include "../units/scalar_unit.hpp"
5
#include "../units/vector_unit_3d.hpp"
6
7
using namespace
std;
8
9
namespace
scifir
10
{
11
SCALAR_UNIT_HPP
(
electrical_conductivity
);
12
SCALAR_UNIT_HPP
(
resistance
);
13
SCALAR_UNIT_HPP
(
electric_conductance
);
14
SCALAR_UNIT_HPP
(
capacitance
);
15
SCALAR_UNIT_HPP
(
permittivity
);
16
SCALAR_UNIT_HPP
(
resistivity
);
17
SCALAR_UNIT_HPP
(
linear_charge_density
);
18
SCALAR_UNIT_HPP
(
surface_charge_density
);
19
SCALAR_UNIT_HPP
(
volume_charge_density
);
20
SCALAR_UNIT_HPP
(
frequency_drift
);
21
}
22
23
#endif
// SCIFIR_UNITS_DERIVED_UNITS_HARDWARE_UNITS_HPP_INCLUDED
scifir::coordinates_1d
Definition
coordinates_1d.hpp:18
scifir
The namespace scifir contains all scifir-units, excepting the string literals, which are outside.
Definition
address.cpp:6
SCALAR_UNIT_HPP
#define SCALAR_UNIT_HPP(name)
Definition
scalar_unit.hpp:50
Generated by
1.9.8