Details
Description
There is no "minor fault" defined for the module status. The specification only distinguishes "Major Recoverable Fault" and "Major Unrecoverable Fault".
Therefore, do the following renaming:
EIP_MS_MINFAULT --> EIP_MS_MAJOR_RECOVERABLE_FAULT
EIP_MS_MAJFAULT --> EIP_MS_MAJOR_UNRECOVERABLE_FAULT
In addition, make the header file EipObject_identity.h a public file so that the application has access to the status flags defined for the identity object.