https://github.com/slaclab/central_node_ioc
LCLS-II MPS central node IOC
https://github.com/slaclab/central_node_ioc
Last synced: about 1 year ago
JSON representation
LCLS-II MPS central node IOC
- Host: GitHub
- URL: https://github.com/slaclab/central_node_ioc
- Owner: slaclab
- License: other
- Created: 2017-03-20T20:33:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T16:06:16.000Z (over 1 year ago)
- Last Synced: 2025-03-28T04:27:10.841Z (about 1 year ago)
- Language: C++
- Size: 353 MB
- Stars: 2
- Watchers: 9
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE.md
Awesome Lists containing this project
README
#==============================================================
#
# Name: README
#
# Rem:
# EPICS IOC Application
#
# Side: None
#
# Auth: XX-Mar-2012, (XX)
# Rev: dd-mmm-yyyy, Reviewer's Name (USERNAME)
#--------------------------------------------------------------
# Mod:
# dd-mmm-yyyy, Reviewer's Name (USERNAME)
# coment
#
#==============================================================
#
# NOTE:
# Please do not type make here !!
# This module is only a template used by makeBaseApp.pl to create an EPICS IOC Application
This module provides templates that are used by ICD to support our style
of IOC Application Building for the facilities we support.
These templates are used by makeBaseApp.pl
In order to use this template area you must first set
"EPICS_MBA_TEMPLATE_TOP" before calling makeBaseApp.pl
"EPICS_MBA_TEMPLATE_TOP" points to a specific release of the icdTemplates module.
For example,
mkdir mySandBox
cd mySandBox
export EPICS_MBA_TEMPLATE_TOP=/afs/slac/g/lcls/epics/R3-14-12-3_1-0/modules/icdTemplates/icdTemplates-R1-0-1
makeBaseApp.pl -t slac myTest
makeBaseApp.pl -i -t slac myIOC
At this time I have only created one template called "slac" focused on creating IOC applications.
Indeed, we can imagine a template focused on creating EPICS drivers or Device support.
# End of file