![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
#include <sys/types.h>#include <sys/time.h>#include <unistd.h>#include <stdlib.h>#include <stdio.h>#include <iostream>#include <iomanip>#include <sstream>#include <string>#include <deque>#include <map>#include <vector>#include "rnr/rnrconfig.h"#include "rnr/log.h"#include "rnr/appkit/Time.h"#include "rnr/appkit/LogBook.h"Go to the source code of this file.
Variables | |
| static timespec | notime = {0, 0} |
| static LogBook::Entry | noentry |
Definition in file LogBook.cxx.