MicroModelicaCCompiler  4.5.3
MicroModelica::IR::EVENT Namespace Reference

Enumerations

enum  Type { Zero = 0, Positive = 1, Negative = 2 }
 
enum  Relation { LT, LE, GT, GE }
 

Enumeration Type Documentation

◆ Relation

Define the original relation type of the zero-crossing function needed by the initial algorithm.

Enumerator
LT 

ZC_LT.

LE 

ZC_LE.

GT 

ZC_GT.

GE 

ZC_GE.

Definition at line 93 of file event.hpp.

◆ Type

Enumerator
Zero 

HND_ZERO.

Positive 

HND_POSITIVE.

Negative 

HND_NEGATIVE.

Definition at line 83 of file event.hpp.