X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FFloatType.h;h=b23d9a97bf3d2501d4062590373f4d4c5ab4bfd2;hp=d83e2892fe6eb02bba5c6339a9b1a16c3dbf0c52;hb=refs%2Fchanges%2F38%2F238%2F2;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/FloatType.h b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/FloatType.h index d83e2892f..b23d9a97b 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/FloatType.h +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/FloatType.h @@ -1,28 +1,28 @@ -#pragma once - -#include "NumberType.h" - -#include - -namespace Databoard { - class Range; - - namespace Type { - - class DATABOARD_API FloatType : public NumberType { - public: - FloatType(); - FloatType(std::string unit); - FloatType(std::string unit, Range* range); - - virtual ~FloatType(); - - float minValue(); - float maxValue(); - - virtual std::string writeOut(int indent = 0); - - protected: - }; - } -} +#pragma once + +#include "NumberType.h" + +#include + +namespace Databoard { + class Range; + + namespace Type { + + class DATABOARD_API FloatType : public NumberType { + public: + FloatType(); + FloatType(std::string unit); + FloatType(std::string unit, Range* range); + + virtual ~FloatType(); + + float minValue(); + float maxValue(); + + virtual std::string writeOut(int indent = 0); + + protected: + }; + } +}