#include <cstdio>
#include <sys/time.h>
#include <unistd.h>
#include <stdarg.h>
#include <qpOASES.hpp>
Go to the source code of this file.
Classes | |
struct | __mtimer__ |
Defines | |
#define | mtimer(...) if(__mtimer__ __b__ = __mtimer__(__VA_ARGS__));else |
Functions | |
int | main () |
#define mtimer | ( | ... | ) | if(__mtimer__ __b__ = __mtimer__(__VA_ARGS__));else |
Definition at line 34 of file example1.cpp.
int main | ( | void | ) |
Definition at line 40 of file example1.cpp.