Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
icaruscode
scripts
updates
Update-v09_06_00-serviceConfigurations.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
3
import
sys, re
4
5
import
SerialSubstitution
6
from
SerialSubstitution
import
AddProcessor, RunSubstitutor
7
8
9
################################################################################
10
if
__name__ ==
"__main__"
:
11
12
#############################################################################
13
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
14
# C++ source code
15
#
16
Subst =
AddProcessor
(
SerialSubstitution.ProcessorClass
(
"configuration"
))
17
18
Subst.AddFileType(
"fcl"
)
19
20
# include files
21
Subst.AddWord (
"icarus_basic_services"
,
"icarus_common_services"
)
22
Subst.AddWord (
"services_icarus.fcl"
,
"services_common_icarus.fcl"
)
23
24
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
25
#############################################################################
26
27
sys.exit(
RunSubstitutor
())
28
#
SerialSubstitution.ProcessorClass
Definition:
SerialSubstitution.py:193
SerialSubstitution.AddProcessor
def AddProcessor
Definition:
SerialSubstitution.py:489
SerialSubstitution.RunSubstitutor
def RunSubstitutor
Definition:
SerialSubstitution.py:503
Generated by
1.8.5