X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FFloatValue.h;h=653093d24a40879d884c010dd47fa2d76b2fab02;hb=refs%2Fchanges%2F38%2F238%2F2;hp=1c5550c180521f6d2f8ceb3802b56e42df3a5dac;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/FloatValue.h b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/FloatValue.h index 1c5550c18..653093d24 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/FloatValue.h +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/FloatValue.h @@ -1,25 +1,25 @@ -#pragma once - -#include "Value.h" - -namespace Databoard { - namespace Value { - - class DATABOARD_API FloatValue : public Value { - public: - FloatValue(Databoard::Type::DataType* dataBoard); - virtual ~FloatValue(); - - void setValue(float value); - float getValue(); - - virtual std::string writeOut(int indent = 0); - virtual bool equals(const Value* other); - virtual std::string isValid(); - - protected: - - float value; - }; - } -} +#pragma once + +#include "Value.h" + +namespace Databoard { + namespace Value { + + class DATABOARD_API FloatValue : public Value { + public: + FloatValue(Databoard::Type::DataType* dataBoard); + virtual ~FloatValue(); + + void setValue(float value); + float getValue(); + + virtual std::string writeOut(int indent = 0); + virtual bool equals(const Value* other); + virtual std::string isValid(); + + protected: + + float value; + }; + } +}