tests/dummy.cpp
Go to the documentation of this file.
1 /*
2  * Copyright 2010,
3  * François Bleibel,
4  * Olivier Stasse,
5  *
6  * CNRS/AIST
7  *
8  */
9 
10 #include <iostream>
11 #include <sot/core/debug.hh>
12 
13 int main(int, char **) {
15  dynamicgraph::sot::sotDEBUGFLOW.trace("test test test");
16 
17  std::cout << "It works!" << std::endl;
18  return 0;
19 }
dynamicgraph::sot::sotDEBUGFLOW
SOT_CORE_EXPORT DebugTrace sotDEBUGFLOW
main
int main(int, char **)
Definition: tests/dummy.cpp:13
debug.hh
dynamicgraph::DebugTrace::openFile
static void openFile(const char *filename=DEBUG_FILENAME_DEFAULT)
dynamicgraph::DebugTrace::trace
void trace(const char *format,...)


sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Tue Oct 24 2023 02:26:31