Line | |
---|
1 | # Dependencies of Main.js
|
---|
2 | #
|
---|
3 | # I searched for all 'include' statements in Mains
|
---|
4 | # and then recursively down the tree.
|
---|
5 | #
|
---|
6 | # double slashes(//) mean, this include was commented out,
|
---|
7 | # but not deletd, so I thought it might be commented in
|
---|
8 | # soon again.
|
---|
9 |
|
---|
10 | # Some files are included, directly by Main.js
|
---|
11 | # and then again included by other files.
|
---|
12 | # and example is CheckStates.js, which is inluded 4times.
|
---|
13 | # Now for C-programmers, who are used to include-guards,
|
---|
14 | # multiple inclusions, might seem harmless. But here
|
---|
15 | # are no include guards.
|
---|
16 |
|
---|
17 | # In the case of CheckStates, there is no problem
|
---|
18 | # functions in the global namespace will simply
|
---|
19 | # be redefined. Effectively
|
---|
20 |
|
---|
21 | # NOTE: The order of the includes was not maintained here.
|
---|
22 | # I'm sorry now about that.
|
---|
23 |
|
---|
24 | Main.js
|
---|
25 | Observation_class.js
|
---|
26 | getSchedule.js
|
---|
27 | takeRun.js
|
---|
28 | crateReset.js
|
---|
29 | CheckStates.js
|
---|
30 | Startup.js
|
---|
31 | Handler.js
|
---|
32 | CheckStates.js
|
---|
33 | handleAgilentPowerOn24V.js
|
---|
34 | handleAgilentPowerOn50V.js
|
---|
35 | handleAgilentPowerOn80V.js
|
---|
36 | handlePwrCameraOn.js
|
---|
37 | handleBiasVoltageOff.js
|
---|
38 | handleFtmIdle.js
|
---|
39 | handleFscConnected.js
|
---|
40 | handleFeedbackConnected.js
|
---|
41 | handleRatectrlConnected.js
|
---|
42 | handleLidClosed.js
|
---|
43 | handleFadConnected.js
|
---|
44 | handleDriveArmed.js
|
---|
45 | //handleFtuCheck.js
|
---|
46 | CheckFTU.js
|
---|
47 | CheckUnderflow.js
|
---|
48 | CheckStates.js
|
---|
49 | Hist1D.js
|
---|
50 | Hist2D.js
|
---|
51 | takeRun.js
|
---|
52 | crateReset.js
|
---|
53 | CheckStates.js
|
---|
Note:
See
TracBrowser
for help on using the repository browser.