TCCMaths_GenericTypes

Purpose

This module stores generic types for math functions

Module Parameters

-

Module depends on

-

Current Owner

Akos Pernek (EAKOPER)

Last Review Date

-

Summary
TCCMaths_GenericTypes This module stores generic types for math functions
Constants
pi Provide the value of pi
Types
VerdictList List of verdicttype
IntegerList List of integer
BooleanList List of boolean
FloatList List of float
StringList List of charstring
OctetStringList List of octetstring

Constants

pi

Purpose

Provide the value of pi

Value

3.1415926535

Detailed Comments

-

Types

VerdictList

type record of verdicttype VerdictList

Purpose

List of verdicttype

Elements

record of verdicttype

Detailed Comments

-

IntegerList

type record of integer IntegerList

Purpose

List of integer

Elements

record of integer

Detailed Comments

-

BooleanList

type record of boolean BooleanList

Purpose

List of boolean

Elements

record of boolean

Detailed Comments

-

FloatList

type record of float FloatList

Purpose

List of float

Elements

record of float

Detailed Comments

-

StringList

type record of charstring StringList

Purpose

List of charstring

Elements

record of charstring

Detailed Comments

-

OctetStringList

type record of octetstring OctetStringList

Purpose

List of octetstring

Elements

record of octetstring

Detailed Comments

-

type record of verdicttype VerdictList
List of verdicttype
type record of integer IntegerList
List of integer
type record of boolean BooleanList
List of boolean
type record of float FloatList
List of float
type record of charstring StringList
List of charstring
type record of octetstring OctetStringList
List of octetstring