#ifndef __T32_CONNECTOR_HPP__ #define __T32_CONNECTOR_HPP__ #include namespace fail { /** * \class T32Connector */ class T32Connector { public: /** * Save simulator state. Quite hard on real hardware! Also safe all HW registers! * @param path Location to store state information * @return \c true if the state has been successfully saved, \c false otherwise */ }; } // end-of-namespace: fail #endif // __T32_CONNECTOR_HPP__