Go to the source code of this file.
◆ HALSIM_SendConsoleLineHandler
      
        
          | typedef int32_t(* HALSIM_SendConsoleLineHandler) (const char *line) | 
      
 
 
◆ HALSIM_SendErrorHandler
      
        
          | typedef int32_t(* HALSIM_SendErrorHandler) (HAL_Bool isError, int32_t errorCode, HAL_Bool isLVCode, const char *details, const char *location, const char *callStack, HAL_Bool printMsg) | 
      
 
 
◆ HALSIM_SimPeriodicCallback
      
        
          | typedef void(* HALSIM_SimPeriodicCallback) (void *param) | 
      
 
 
◆ HALSIM_CancelAllSimPeriodicCallbacks()
      
        
          | void HALSIM_CancelAllSimPeriodicCallbacks | ( | void |  | ) |  | 
      
 
 
◆ HALSIM_CancelSimPeriodicAfterCallback()
      
        
          | void HALSIM_CancelSimPeriodicAfterCallback | ( | int32_t | uid | ) |  | 
      
 
 
◆ HALSIM_CancelSimPeriodicBeforeCallback()
      
        
          | void HALSIM_CancelSimPeriodicBeforeCallback | ( | int32_t | uid | ) |  | 
      
 
 
◆ HALSIM_GetProgramStarted()
      
        
          | HAL_Bool HALSIM_GetProgramStarted | ( | void |  | ) |  | 
      
 
 
◆ HALSIM_IsTimingPaused()
◆ HALSIM_PauseTiming()
      
        
          | void HALSIM_PauseTiming | ( | void |  | ) |  | 
      
 
 
◆ HALSIM_RegisterSimPeriodicAfterCallback()
◆ HALSIM_RegisterSimPeriodicBeforeCallback()
◆ HALSIM_RestartTiming()
      
        
          | void HALSIM_RestartTiming | ( | void |  | ) |  | 
      
 
 
◆ HALSIM_ResumeTiming()
      
        
          | void HALSIM_ResumeTiming | ( | void |  | ) |  | 
      
 
 
◆ HALSIM_SetProgramStarted()
      
        
          | void HALSIM_SetProgramStarted | ( | void |  | ) |  | 
      
 
 
◆ HALSIM_SetRuntimeType()
◆ HALSIM_SetSendConsoleLine()
◆ HALSIM_SetSendError()
◆ HALSIM_StepTiming()
      
        
          | void HALSIM_StepTiming | ( | uint64_t | delta | ) |  | 
      
 
 
◆ HALSIM_StepTimingAsync()
      
        
          | void HALSIM_StepTimingAsync | ( | uint64_t | delta | ) |  | 
      
 
 
◆ HALSIM_WaitForProgramStart()
      
        
          | void HALSIM_WaitForProgramStart | ( | void |  | ) |  |