/** \file
 *
 *  Specifies URIs shared by components that can be set mission critical/not in config
 *  Designed to be included within namespace within [ComponentName]IF.h
 *
 *  \ingroup component
 *
 *  Copyright (c) 2013 MBARI
 *  MBARI Proprietary Information.  All Rights Reserved
*/

static const RestartConfigURI MISSION_CRITICAL( NAME, "missionCritical", "Set to true "
        "if critical failure should end mission.", Units::BOOL );
