Isis Developer Reference
NaifStatus.h
Go to the documentation of this file.
1#ifndef NaifStatus_h
2#define NaifStatus_h
3
9/* SPDX-License-Identifier: CC0-1.0 */
10namespace Isis {
21 class NaifStatus {
22 public:
23 static void CheckErrors(bool resetNaif = true);
24 private:
25 static bool initialized;
26 };
27};
28
29#endif
Class for checking for errors in the NAIF library.
Definition NaifStatus.h:21
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Definition NaifStatus.cpp:28
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16