From 1fef503b85a30176dc5c3232e95809359a3338c5 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Thu, 3 May 2018 17:14:30 -0300 Subject: Commit for sync --- docs/doxygen/html/class_gain.html | 45 +++++++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 7 deletions(-) (limited to 'docs/doxygen/html/class_gain.html') diff --git a/docs/doxygen/html/class_gain.html b/docs/doxygen/html/class_gain.html index 29ec5ac..08c6b59 100644 --- a/docs/doxygen/html/class_gain.html +++ b/docs/doxygen/html/class_gain.html @@ -7,7 +7,7 @@ -Gain Class Reference +Power System Platform: Gain Class Reference @@ -29,6 +29,11 @@ Logo + +
Power System Platform +  2018w15a +
+ @@ -132,9 +137,15 @@ virtual double GetValue virtual void UpdatePoints ()   -virtual bool Solve (double input, double timeStep) - Multiply the input by a constant. More...
-  +virtual bool Solve (double *input, double timeStep) + Multiply the input by a constant. More...
+  + +virtual rapidxml::xml_node * SaveElement (rapidxml::xml_document<> &doc, rapidxml::xml_node<> *elementListNode) +  + +virtual bool OpenElement (rapidxml::xml_node<> *elementNode) +  virtual ElementGetCopy ()  Get a the element copy. More...
  @@ -163,6 +174,9 @@ virtual bool IsSolved virtual void SetSolved (bool solved=true)   + +virtual bool Initialize () +  virtual double GetOutput () const   @@ -361,6 +375,12 @@ virtual void DrawArc ( virtual double PointToLineDistance (wxPoint2DDouble point, int *segmentNumber=NULL) const  Calculate the distance between a line (formed by point list) and a point. More...
  + +void SaveCADProperties (rapidxml::xml_document<> &doc, rapidxml::xml_node<> *elementNode) +  + +bool OpenCADProperties (rapidxml::xml_node<> *elementNode) +  @@ -456,6 +476,10 @@ bool  - -

◆ Solve()

+ +

◆ Solve()

@@ -753,7 +784,7 @@ Additional Inherited Members
- + -- cgit

Protected Attributes

m_online = true + + + @@ -466,6 +490,13 @@ Additional Inherited Members + + + + +

Additional Inherited Members

- Static Public Member Functions inherited from ControlElement
+static ControlElementGetControlElementFromID (std::vector< ControlElement *> elementList, int id)
 
- Static Public Member Functions inherited from Element
static bool DoubleFromString (wxWindow *parent, wxString strValue, double &value, wxString errorMsg)
 Get a double value from a string. Show a error message if the conversion fail. More...
static wxString StringFromDouble (double value, int minDecimal=1)
 Convert a double value to string. More...
 
- Protected Member Functions inherited from ControlElement
+void SaveControlNodes (rapidxml::xml_document<> &doc, rapidxml::xml_node<> *elementNode)
 
+bool OpenControlNodes (rapidxml::xml_node<> *elementNode)
 

Detailed Description

Provide an output multiplying the input by a constant.

@@ -741,8 +772,8 @@ Additional Inherited Members
bool Gain::Solve (double double *  input,