X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FDoubleType.h;fp=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FDoubleType.h;h=939093aefdea57a034391713dbdbb40ab964e207;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=e162d556fde478969809ca7a36cb9e2bb413d94a;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/DoubleType.h b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/DoubleType.h index e162d556f..939093aef 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/DoubleType.h +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/DoubleType.h @@ -1,29 +1,29 @@ -#pragma once - -#include "NumberType.h" - -#include - -namespace Databoard { - class Range; - - namespace Type { - - class DATABOARD_API DoubleType : public NumberType { - public: - DoubleType(); - DoubleType(std::string unit); - DoubleType(std::string unit, Range* range); - - virtual ~DoubleType(); - - double minValue(); - double maxValue(); - - virtual std::string writeOut(int indent = 0); - - - protected: - }; - } -} +#pragma once + +#include "NumberType.h" + +#include + +namespace Databoard { + class Range; + + namespace Type { + + class DATABOARD_API DoubleType : public NumberType { + public: + DoubleType(); + DoubleType(std::string unit); + DoubleType(std::string unit, Range* range); + + virtual ~DoubleType(); + + double minValue(); + double maxValue(); + + virtual std::string writeOut(int indent = 0); + + + protected: + }; + } +}