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