Function fcdaBaseTypes

  • Determines common data class (CDC) of a given doName and with present daName its bType.

    Parameters

    • fcda: Element

      The FCDA element to determine the cdc and bType for

    Returns {
        bType?: string;
        cdc: string;
    } | undefined

    An object that contains the cdc and bType with given daName or undefined if one of them cannot be determined

Generated using TypeDoc