/** \file
 *
 *  Specifies URIs shared by components that can simulate their hardware
 *  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 SIMULATE_HARDWARE( NAME, "simulateHardware", "Set to true "
        "if hardware should be simulated during a simulation.", Units::BOOL );
