]> Pileus Git - aweather/commit
Move RSL file handling to level2 object
authorAndy Spencer <andy753421@gmail.com>
Sun, 7 Feb 2010 17:33:47 +0000 (17:33 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sun, 7 Feb 2010 17:34:23 +0000 (17:34 +0000)
commitc0e52fc233205fb646326a0efd86e4359f51d96c
tree600cb6b71cdda2dc7b0713f6bc6de2ea091cbfbd
parentb5a1d6f3fdbfdd1a4063d8b20efcfee597d2fd98
Move RSL file handling to level2 object

This lets us add multiple radars. It also makes things cleaner and will
hopefully make threading easier.

However, it's still buggy and crashes all the time.
src/Makefile.am
src/aweather-colormap.c [moved from src/plugins/radar-colormap.c with 96% similarity]
src/aweather-colormap.h [new file with mode: 0644]
src/plugins/Makefile.am
src/plugins/level2.c [new file with mode: 0644]
src/plugins/level2.h [new file with mode: 0644]
src/plugins/radar.c
src/plugins/radar.h