Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE subtype_mandatory_camera_image FOR (camera_image);

WHERE
          wr1: SIZEOF ( QUERY ( ci <* camera_image | NOT (
     type_check_function ( ci , ['AUTOMOTIVE_DESIGN.'+
     'CAMERA_IMAGE_2D_WITH_SCALE' , 'AUTOMOTIVE_DESIGN.'+
     'CAMERA_IMAGE_3D_WITH_SCALE'] , 0 ) ) ) ) =0;
END_RULE; -- subtype_mandatory_camera_image

public class RSubtype_mandatory_camera_image
          public int rWr1(SdaiContext _context)
          public int run(SdaiContext _context, A_string violations)