Interface GCovCoverageSettings

  • All Superinterfaces:
    CoverageSettings, IdentifiableRemote, java.rmi.Remote, TptRemote

    public interface GCovCoverageSettings
    extends CoverageSettings
    Represents the settings for a coverage measurement with GNU gcov for an AUTOSAR or C/C++ Platform
    Use PlatformConfiguration.setCoverageToGCov() to get GNU gcov settings, they will be used for instrumentation afterwards
    • Method Detail

      • getAdditionalSourceDirectories

        RemoteList<java.lang.String> getAdditionalSourceDirectories()
                                                             throws java.rmi.RemoteException
        Returns:
        Get the list of additional source directories
        Throws:
        java.rmi.RemoteException - remote communication problem