00001 /* 00002 * cd_manifest.h 00003 * ControlDeck 00004 * 00005 * Created by David Hoerl on 6/28/10. 00006 * Copyright 2010 Princeton Satellite Systems. All rights reserved. 00007 * 00008 */ 00009 00010 #ifndef __CONTROLDECK_MANIFEST__ 00011 #define __CONTROLDECK_MANIFEST__ 00012 00013 #include "cd_manifest_builder.h" 00014 00015 extern "C" void *cd_library_manifest(void); 00016 00017 #endif