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 --- docs/doxygen/html/class_machines.html | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'docs/doxygen/html/class_machines.html') diff --git a/docs/doxygen/html/class_machines.html b/docs/doxygen/html/class_machines.html index fca9c4c..0ca2bf4 100644 --- a/docs/doxygen/html/class_machines.html +++ b/docs/doxygen/html/class_machines.html @@ -94,17 +94,22 @@ $(document).ready(function(){initNavTree('class_machines.html','');});
Machines Class Reference
+ +

Abstract class for rotary machines power elements. + More...

+ +

#include <Machines.h>

Inheritance diagram for Machines:
-PowerElement -Element -IndMotor -SyncGenerator -SyncMotor +PowerElement +Element +IndMotor +SyncGenerator +SyncMotor
@@ -533,8 +538,11 @@ Additional Inherited Members
 

Detailed Description

-
-

Definition at line 26 of file Machines.h.

+

Abstract class for rotary machines power elements.

+
Author
Thales Lima Oliveira thale.nosp@m.s@uf.nosp@m.u.br
+
Date
06/10/2017
+ +

Definition at line 33 of file Machines.h.

Member Function Documentation

◆ AddParent()

@@ -573,7 +581,7 @@ Additional Inherited Members

Add a parent to the element. This method must be used on power elements that connect to a bus, so the parent must be a bus. The element basic points are calculated in this method, so apply this when the element is being inserted.

Parameters
- +
parentElement parent.
parentElement parent.
positionNode position in the parent.
@@ -619,7 +627,7 @@ Additional Inherited Members

Implements Element.

-

Definition at line 35 of file Machines.h.

+

Definition at line 42 of file Machines.h.

@@ -706,7 +714,7 @@ Additional Inherited Members

Implements Element.

-

Definition at line 37 of file Machines.h.

+

Definition at line 44 of file Machines.h.

-- cgit