ERIS CORE

◆ trigger() [2/2]

void erisAudioAnalyzeScope::trigger ( void  )

Definition at line 248 of file eris_analyze_scope.cpp.

249 {
250  h_div = auto_h_div;
251  if (count ==0){ //ignore external trigger requests if already capturing
252  if (delay_length > 0) {
254  state = STATE_DELAY;
255  } else {
256  count = mem_length;
257  state = STATE_PRINTING;
258  }
259  }
260 }

References auto_h_div, count, delay_length, h_div, mem_length, and state.

Referenced by AppScope::AppScope(), available(), and update().

+ Here is the caller graph for this function: