From 89befdb9b259d02249876e39ec6fd28860272439 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Fri, 6 Oct 2017 17:06:15 -0300 Subject: A lot of documentation written --- Project/Bus.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Project/Bus.h') diff --git a/Project/Bus.h b/Project/Bus.h index f974a86..f4bdb04 100644 --- a/Project/Bus.h +++ b/Project/Bus.h @@ -59,6 +59,13 @@ struct BusElectricalData { std::vector > stabVoltageVector; }; +/** + * @class Bus + * @author Thales Lima Oliveira + * @date 06/10/2017 + * @brief Node for power elements. All others power elements are connected through this. + * @file Bus.h + */ class Bus : public PowerElement { public: -- cgit