rusEFI
The most advanced open source ECU
Functions
auto_generated_sync_edge.cpp File Reference

Functions

const char * getSyncEdge (SyncEdge value)
 

Function Documentation

◆ getSyncEdge()

const char* getSyncEdge ( SyncEdge  value)

Definition at line 8 of file auto_generated_sync_edge.cpp.

8  {
9 switch(value) {
10 case SyncEdge::Both:
11  return "Both";
12 case SyncEdge::Fall:
13  return "Fall";
14 case SyncEdge::Rise:
15  return "Rise";
17  return "RiseOnly";
18  }
19  return NULL;
20 }

Referenced by triggerInfo(), and triggerShapeInfo().

Here is the caller graph for this function:

Go to the source code of this file.