Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Enabling Real-time Simulation Updates with ICEUpdater"

Line 1: Line 1:
 
(Please note that the ICEUpdater library and this article are currently under development)
 
(Please note that the ICEUpdater library and this article are currently under development)
  
ICEUpdater is a library written in C++ which enables users of ICE to transmit real-time updates of an ongoing simulation to the ICECore and monitor these updates via the ICE Client. By integrating the library into their simulation codes, ICE users can utilize the ICEUpdater's API to transmit custom text messages, monitor convergence and progress status and be notified when files are created, modified and deleted. This article details how to build, test, package and utilize the ICEUpdater library. It assumes that all of the steps listed in the  [ Getting ICE] wiki article have been completed successfully. These steps include downloading all of the ICE source from the [ ICE Repository].  
+
ICEUpdater is a library written in C++ which enables users of ICE to transmit real-time updates of an ongoing simulation to the ICECore and monitor these updates via the ICE Client. By integrating the library into their simulation codes, ICE users can utilize the ICEUpdater's API to transmit custom text messages, monitor convergence and progress status and be notified when files are created, modified and deleted. This article details how to build, test, package and utilize the ICEUpdater library. It assumes that all of the steps listed in the  [[Getting ICE]] wiki article have been completed successfully. These steps include downloading all of the ICE source from the [[ICE Repository]].  
  
 
== Building ICEUpdater ==
 
== Building ICEUpdater ==

Revision as of 10:36, 7 March 2015

(Please note that the ICEUpdater library and this article are currently under development)

ICEUpdater is a library written in C++ which enables users of ICE to transmit real-time updates of an ongoing simulation to the ICECore and monitor these updates via the ICE Client. By integrating the library into their simulation codes, ICE users can utilize the ICEUpdater's API to transmit custom text messages, monitor convergence and progress status and be notified when files are created, modified and deleted. This article details how to build, test, package and utilize the ICEUpdater library. It assumes that all of the steps listed in the Getting ICE wiki article have been completed successfully. These steps include downloading all of the ICE source from the ICE Repository.

Building ICEUpdater

Installing the ICEUpdater Libraries and Headers

Using ICEUpdater to Post Simulation Updates

Configuring and Executing the ICEUpdater Tests

Generating ICEUpdater API Documentation

Packaging ICEUpdater for Distribution

Back to the top