diff options
Diffstat (limited to 'Project/Load.h')
-rw-r--r-- | Project/Load.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Project/Load.h b/Project/Load.h index 9e0f363..2244a88 100644 --- a/Project/Load.h +++ b/Project/Load.h @@ -32,6 +32,13 @@ struct LoadElectricalData { LoadType loadType = CONST_POWER; }; +/** + * @class Load + * @author Thales Lima Oliveira <thales@ufu.br> + * @date 06/10/2017 + * @brief Loas shunt power element. + * @file Load.h + */ class Load : public Shunt { public: |