.:developers:home:module: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The short list for adding a module to ADPAA: # Write a program that outputs data in ADPAA format (bulbtemp.py) # Create a directory for the script in the appropriate subdirec...") |
No edit summary |
||
Line 5: | Line 5: | ||
# Type svn add [directory]/[script] where what is in [brackets] is replaced by what you made in step 2 (from ~/CoPAS/ADPAA/src/Level3 I type svn add bulbtemp/bulbtemp.py) | # Type svn add [directory]/[script] where what is in [brackets] is replaced by what you made in step 2 (from ~/CoPAS/ADPAA/src/Level3 I type svn add bulbtemp/bulbtemp.py) | ||
# Edit the ADPAA makefile from */src/build and add install line for appropriate data level | # Edit the ADPAA makefile from */src/build and add install line for appropriate data level | ||
# Type ADPAA -b source to update |
Revision as of 20:56, 21 April 2022
The short list for adding a module to ADPAA:
- Write a program that outputs data in ADPAA format (bulbtemp.py)
- Create a directory for the script in the appropriate subdirectory/data level (Level1, Level2, Level3, Level4) in the ADPAA src directory (*/ADPAA/src/*/) (~/CoPAS/ADPAA/src/Level3/bulbtemp/bulbtemp.py)
- Type svn add [directory]/[script] where what is in [brackets] is replaced by what you made in step 2 (from ~/CoPAS/ADPAA/src/Level3 I type svn add bulbtemp/bulbtemp.py)
- Edit the ADPAA makefile from */src/build and add install line for appropriate data level
- Type ADPAA -b source to update