summaryrefslogtreecommitdiffstats
path: root/Project/Load.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Load.h')
-rw-r--r--Project/Load.h7
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: