diff options
Diffstat (limited to 'Project/SyncGenerator.h')
-rw-r--r-- | Project/SyncGenerator.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Project/SyncGenerator.h b/Project/SyncGenerator.h index c2fa80b..cb1b146 100644 --- a/Project/SyncGenerator.h +++ b/Project/SyncGenerator.h @@ -130,6 +130,13 @@ struct SyncGeneratorElectricalData { Machines::SyncMachineModel model = Machines::SM_MODEL_1; }; +/** + * @class SyncGenerator + * @author Thales Lima Oliveira <thales@ufu.br> + * @date 06/10/2017 + * @brief Synchronous generator power element. + * @file SyncGenerator.h + */ class SyncGenerator : public Machines { public: |