HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
hal::SaleaeStatus Class Reference

#include </home/runner/work/hal/hal/plugins/simulator/netlist_simulator_controller/include/netlist_simulator_controller/saleae_file.h>

Collaboration diagram for hal::SaleaeStatus:
Collaboration graph

Public Types

enum  ErrorCode {
  ErrorOpenFile = -4 , BadIndentifier = -3 , UnsupportedType = -2 , UnexpectedEof = -1 ,
  Ok = 0
}
 

Detailed Description

Holds the error codes that the SALEAE file readers and writers can report.

Definition at line 41 of file saleae_file.h.

Member Enumeration Documentation

◆ ErrorCode

Error return code for SALEAE file operations

Enumerator
ErrorOpenFile 
BadIndentifier 
UnsupportedType 
UnexpectedEof 
Ok 

Definition at line 47 of file saleae_file.h.


The documentation for this class was generated from the following file: