UNPKG

webgme-rosmod

Version:

This repository contains ROSMOD developed for WebGME. ROSMOD is a web-based, collaborative, modeling and execution environment for distributed embedded applications built using ROS http://rosmod.rcps.isis.vanderbilt.edu

31 lines (30 loc) 861 B
{ "id": "TimingAnalysis", "name": "Timing Analysis", "version": "1.0.0", "description": "Generates and performs Timing Analysis on the deployed software models.", "icon": { "class": "glyphicon glyphicon-ok-circle", "src": "" }, "disableServerSideExecution": false, "disableBrowserSideExecution": false, "configStructure": [ { "name": "generateCPN", "displayName": "Generate CPN", "description": "Enables generation of CPN-based timing analysis model.", "value": true, "valueType": "boolean", "readOnly": false }, { "name": "returnZip", "displayName": "Return generated artifacts.", "description": "If true, it enables the client to download the generated artifacts.", "value": true, "valueType": "boolean", "readOnly": false } ] }