From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- .../com/arm/cmsis/zone/gen/data/FmCapture.html | 315 --------------------- 1 file changed, 315 deletions(-) delete mode 100644 docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmCapture.html (limited to 'docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmCapture.html') diff --git a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmCapture.html b/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmCapture.html deleted file mode 100644 index 9d581f3..0000000 --- a/docs/Zone/genmodel/com/arm/cmsis/zone/gen/data/FmCapture.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -FmCapture - - - - - - - - -
- - - - - - - -
- - - -
-
com.arm.cmsis.zone.gen.data
-

Class FmCapture

-
-
- -
-
    -
  • -
    -
    -
    public class FmCapture
    -extends java.lang.Object
    -
    Capture Item - Generator Data Model Element - - A capture item specifies a set of symbols, filtered - by compilation unit, which should be used.
    -
    -
    Author:
    -
    Jonatan Antoni
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      FmCapture(com.arm.cmsis.zone.data.ICpCaptureItem captureItem) -
      Create Capture generator data model element.
      -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetCunit() -
      Get the filter string for the compilation units to be taken - into account by this capture.
      -
      java.lang.StringgetSymbol() -
      Get the filter string for the linker symbols to be taken - into account by this capture.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FmCapture

        -
        public FmCapture(com.arm.cmsis.zone.data.ICpCaptureItem captureItem)
        -
        Create Capture generator data model element.
        -
        -
        Parameters:
        -
        captureItem - Storage model element to wrap.
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCunit

        -
        public java.lang.String getCunit()
        -
        Get the filter string for the compilation units to be taken - into account by this capture.
        -
        -
        Returns:
        -
        Compilation unit filter string, never empty.
        -
        -
      • -
      - - - -
        -
      • -

        getSymbol

        -
        public java.lang.String getSymbol()
        -
        Get the filter string for the linker symbols to be taken - into account by this capture.
        -
        -
        Returns:
        -
        Symbol filter string, never empty.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - -- cgit