Function buildSmmParametersGroupPackFormats

  • Builds the structure format strings for each group of parameters based on the given struct version.

    This function maps parameters in the smmOd object to their respective safety groups, processes them, and converts their types to structure format characters (e.g., < for little-endian). The function supports different versions of the parameter struct format, defaulting to version 0x0041.

    Returns

    An array of structure format strings for each group of parameters.

    Parameters

    • parameterStructureVersion: number = 0x0041

      The version of the parameter struct to use. Defaults to 0x0041.

    Returns string[]

Generated using TypeDoc