Blame view

src/SpiceKernel/SpiceKernelStatus.hh 387 Bytes
cebd3f0e   Benjamin Renard   First implementat...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
 * 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_ */