Difference between revisions of "MIRC CTP Articles"

From MircWiki
Jump to navigation Jump to search
Line 46: Line 46:
 
* [[Setting Up a MIRC Development Environment]] describes the development environment that was used to develop all the MIRC software, including CTP.
 
* [[Setting Up a MIRC Development Environment]] describes the development environment that was used to develop all the MIRC software, including CTP.
 
* [[Extending CTP]] describes how to add new pipeline stages or DatabaseAdapters to CTP.
 
* [[Extending CTP]] describes how to add new pipeline stages or DatabaseAdapters to CTP.
 +
* [[CTP Plugins]] describes how to develop new plugins.
 
* [[The CTP Module]] describes the contents and theory of operation of the CTP application.
 
* [[The CTP Module]] describes the contents and theory of operation of the CTP application.
 
* [[The Util Module]] describes the contents and theory of operation of the utilities used in CTP.
 
* [[The Util Module]] describes the contents and theory of operation of the utilities used in CTP.

Revision as of 14:49, 21 November 2013

This is a list of all the CTP articles on the RSNA MIRC Wiki.

Release Notes

Main Articles

Data Object Articles

Filter Articles

Anonymizer Articles

FileStorageService Articles

Special Configuration Articles

Articles for Developers and Planners

Deprecated Articles

  • The CTP JarClassLoader describes the mechanism that CTP used to load classes before it was changed to allow it to dynamically modify the classpath.