Skip to content

SimulationEverywhere-Models/DEVS_manual_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEVS Manual Example (RT)

Linux Windows ESP32 MSP432
✔️ ✔️

Introduction

This repository contains the example code for the Cadmium Developers Manual

Dependencies

This project assumes that you have Cadmium installed in a location accessible by the environment variable $CADMIUM. This dependency would be met by default if you are using the DEVSsim servers. To check, try echo $CADMIUM in the terminal

Build

To build this project, run:

source build_sim.sh

NOTE: Everytime you run build_sim.sh, the contents of build/ and bin/ will be replaced.

Execute

To run the two models in this project, run:

./bin/counter_tester
./bin/testcase_counter

NOTE: Remember to chnage the file path to the testcase files in counter_tester.hpp and testcases.hpp. Else it would result in a fault

For more information about the models in this repository, and to learn more about modeling in Cadmium, look at the developer's manual found here.

About

This is the example Counter DEVS model to go along with the developement manual, which can be found at https://devssim.carleton.ca/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors