Some Plugin Packages come along with the HyperX install and more are available upon request. More information can be found at Plugin Packages Included in Your Install.
A broad overview of how plugins work (from a technical perspective) is found here: Technical Notes.
Tip
Sample Plugins can be found at: "$(InstallDir)\Code\AnalysisPlugins.zip" to showcase best practices for plugin development.
Sample Plugins demonstrate:
-
Simple, yet scalable, code infrastructure.
-
Facilitating splitting the Plugin into separate files per analysis (useful when there are many analyses).
-
Facilitating separating out the core stress analysis logic into a static library, which can be reused by other software.
-
Separating mapping logic (interface with Plugin API) from core stress analysis logic to improve maintainability.
The developer tutorial walks through how to set up the Sample Plugin and run it in HyperX