Click or drag to resize

SourceFileSet Class

Source file set.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V3.DescriptionAnnotationsBase
      Emulate3D.FMI.V3.DescriptionSourceFileSet

Namespace:  Emulate3D.FMI.V3.Description
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class SourceFileSet : AnnotationsBase

The SourceFileSet type exposes the following members.

Properties
  NameDescription
Public propertyAnnotations
Annotations.
(Inherited from AnnotationsBase.)
Public propertyCompiler
If non-null, the compiler to compile the sources (e.g. VisualC, gcc, clang++).
Public propertyCompilerOptions
If non-null, the compiler flags that have to be used when compiling the sources (e.g. -fno-rtti, /Od).
Public propertyIncludeDirectories
Include directories.
Public propertyLanguage
If non-null, language of the source files (e.g. C99, C++11).
Public propertyName
If non-null, unique name.
Public propertyPreprocessorDefinitions
Preprocessor definitions.
Public propertySourceFiles
Source files.
Top
See Also