MOOS 0.2375
|
#include "MOOSGlobalHelper.h"
#include <unistd.h>
#include <sys/times.h>
#include <termios.h>
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/timeb.h>
#include <stdio.h>
#include <iostream>
Go to the source code of this file.
Functions | |
void | SetMOOSPlayBack (bool bPlayBack) |
bool | IsMOOSPlayBack () |
Variables | |
bool | gbPlayBack = false |
bool IsMOOSPlayBack | ( | ) |
Definition at line 75 of file MOOSGlobalHelper.cpp.
void SetMOOSPlayBack | ( | bool | bPlayBack | ) |
Definition at line 67 of file MOOSGlobalHelper.cpp.
Definition at line 63 of file MOOSGlobalHelper.cpp.