Click or drag to resize

FX3ErrorLog Class

FX3 flash error log class. These are generated and stored on the FX3 board
Inheritance Hierarchy
SystemObject
  FX3ApiFX3ErrorLog

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public class FX3ErrorLog

The FX3ErrorLog type exposes the following members.

Constructors
  NameDescription
Public methodFX3ErrorLog
Error log constructor
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodStatic memberEquals(Object, Object)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Value-wise equality comparison
Public operatorStatic memberInequality
Inequality operator for FX3ErrorLog object
Top
Fields
  NameDescription
Public fieldBootTimeStamp
The FX3 boot time when the error occurred. This is a 32-bit unix timestamp
Public fieldErrorCode
The error code supplied with the error. Usually sourced from RTOS
Public fieldFileIdentifier
The FX3 firmware file which generated the error. See FileIdentifier enum in firmware docs for details
Public fieldFirmwareRev
The firmware revision the FX3 was running when the error log was generated. Can be used with the File/Line to track down exact source of error
Public fieldLine
The FX3 firmware line which generated the error
Public fieldOSUptime
FX3 ThreadX RTOS uptime when the error event occurred
Top
See Also