: Public <<type>> Class
Created: 2004/11/25 11:31:03
Modified: 2010/10/7 18:09:36
Project:
Advanced:
STD005: This type can be used as standard API return type which is shared between the RTE and the BSW modules. It shall be defined as follows:<br/><br/>typedef uint8 Std_ReturnType;<br/><br/>STD011:, The Std_ReturnType shall normally be used with value E_OK or E_NOT_OK. If those return values are not sufficient user specific values can be defined by using the 6 least specific bits.<br/><br/>Layout of the Std_ReturnType shall be as stated in the RTE specification. Bit 7 and Bit 8 are reserved and defined by the RTE specification.<br/>
Attribute
Public const uint8
  E_OK
Details:
Notes: see 8.2.1, STD006<br/>
Public const uint8
  E_NOT_OK
Details:
Notes: see 8.2.1, STD006<br/>
Public uint8
  0x02-0x3F
Details:
Notes: Available to user specific errors<br/>
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
«type» uint8 Class Generalization To  
«type» Std_Types Class Generalization From