SpiceKernelStatus.hh
387 Bytes
/**
* SpiceKernelStatus.hh
*
* Created on: 18 jul. 2016
* Author: AKKA IS
*/
#ifndef SPICEKERNELSTATUS_HH_
#define SPICEKERNELSTATUS_HH_
namespace AMDA {
namespace SpiceKernel {
class SpiceKernelStatus
{
public:
static bool CheckErrors(bool reset = true);
private:
static bool _initialized;
};
} /* AMDA */
} /* SpiceKernel */
#endif /* SPICEKERNELSTATUS_HH_ */