.:developers:home:module
Jump to navigation
Jump to search
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