Medial Code Documentation
Loading...
Searching...
No Matches
Enumerations | Functions | Variables
MedEnums.h File Reference

registry methods over MedRegistry Object More...

#include <vector>
#include <string>

Go to the source code of this file.

Enumerations

enum class  ConflictMode {
  All = 0 , Drop = 1 , Max = 2 , Last = 3 ,
  Bitwise_Max = 4
}
 
enum class  TimeWindowMode {
  Before_End = 0 , Before_Start = 1 , After_Start = 2 , Within = 3 ,
  All_ = 4
}
 

Functions

ConflictMode ConflictMode_name_to_type (const string &ConflictMode_name)
 
TimeWindowMode TimeWindow_name_to_type (const string &TimeWindow_name)
 

Variables

vector< string > ConflictMode_to_name
 
vector< string > TimeWindow_to_name
 

Detailed Description

registry methods over MedRegistry Object

Enumeration Type Documentation

◆ ConflictMode

enum class ConflictMode
strong
Enumerator
All 

"all" - take all

Drop 

"drop" - drop when conflcit

Max 

"max" - take max on conflict

Last 

"last" - take last value

Bitwise_Max 

"bitwise_max" - max on each multilabel entry

◆ TimeWindowMode

enum class TimeWindowMode
strong
Enumerator
Before_End 

"before_end" - need to be before end_time of registry

Before_Start 

"before_start" - need to be before start_time of registry

After_Start 

"after_start" - need to be after start_time of registry

Within 

"within" - need to be within start_time and end_time - contained fully time window.

All_ 

"all" - takes all not testing for anything