Go to the documentation of this file.00001
00009 #include <ControlDeck2/cd_manifest.h>
00010
00011 void *cd_library_manifest(void)
00012 {
00013 void *manifest = cd_create_library_manifest("com.psatellite.cd.maglev","MagLev","Magnetic Levitation Control");
00014
00015 cd_add_module(manifest,"MagLev","MagLev_Control","maglev_control","Computes the control value for the current.");
00016 cd_add_module(manifest,"MagLev","MagLev_Timer","maglev_timer","Send a trigger message every control period.");
00017
00018 return manifest;
00019 }