52 :
gnsstk::BasicFramework(applName,
"Compile-time test of DebugTrace")
54 bool initialize(
int argc,
char *argv[],
bool pretty =
true) noexcept
65 DEBUGTRACE(
"pretty = " << boolalpha << pretty << noboolalpha);
71 BasicFramework::completeProcessing();
76 BasicFramework::additionalSetup();
81 BasicFramework::spinUp();
87 BasicFramework::process();
98 BasicFramework::shutDown();
108 int main(
int argc,
char *argv[])
122 catch(std::exception& e)
124 cout << e.
what() << endl;
128 cout <<
"unknown error" << endl;