formulaparser.h File Reference

Classes

class  FormulaParseErrorInterface
 
class  FormulaExecutionErrorInterface
 
class  FormulaNumberErrorInterface
 
class  FormulaParserCacheInterface
 
class  FormulaParserInterface
 

Namespaces

 maxon
 

Enumerations

enum class  METRICUNIT {
  NONE ,
  KM ,
  M ,
  CM ,
  MM ,
  UM ,
  NM ,
  MILE ,
  YARD ,
  FEET ,
  INCH
}
 
enum class  ANGLEUNIT {
  DEGREE ,
  RADIANS
}
 

Functions

enum maxon::METRICUNIT MAXON_ENUM_LIST (METRICUNIT)
 
enum maxon::ANGLEUNIT MAXON_ENUM_LIST (ANGLEUNIT)
 

Variables

 NONE
 
 KM
 
 M
 
 CM
 
 MM
 
 UM
 
 NM
 
 MILE
 
 YARD
 
 FEET
 
 INCH
 
 DEGREE
 
 RADIANS
 

Variable Documentation

◆ NONE

NONE

No metric unit.

◆ KM

KM

kilometer

◆ M

M

meter

◆ CM

CM

centimeter

◆ MM

MM

millimeter

◆ UM

UM

micrometer

◆ NM

NM

nanometer

◆ MILE

MILE

mile (1.609344 km)

◆ YARD

YARD

yard (91.44 cm)

◆ FEET

FEET

feet (30.48 cm)

◆ INCH

INCH

inch (2.54 cm)

◆ DEGREE

DEGREE

trigonometric functions expect degree values

◆ RADIANS

RADIANS

trigonometric functions expect radians values