Ceetron Result Calculator Framework
Main Page
Classes
Files
File List
File Members
ResultCalculator
ResultCalculatorPlugin
CRCResultType.h
Go to the documentation of this file.
1
//##################################################################################################
2
//
3
// Ceetron Result Calculator Framework
4
//
5
// --------------------------------------------------------------------------------------------
6
// Copyright (C) 2019, Ceetron AS
7
//##################################################################################################
9
#pragma once
10
12
enum
CRCResultType
13
{
14
CRC_RESTYPE_SCALAR
,
15
CRC_RESTYPE_VECTOR
16
};
CRCResultType
CRCResultType
The result types supported by this framework.
Definition:
CRCResultType.h:12
CRC_RESTYPE_SCALAR
Scalar result. 1 value per item.
Definition:
CRCResultType.h:14
CRC_RESTYPE_VECTOR
Vector result. 3 values per item.
Definition:
CRCResultType.h:15
Generated by
1.8.9.1