![]() |
Dynamixel
2.9.5
RoadNarrows Robotics Dynamixel Package
|
Dynamixel background thread class. More...
#include <sys/time.h>#include <time.h>#include <limits.h>#include <stdio.h>#include <pthread.h>#include <unistd.h>#include <iostream>#include <map>#include "rnr/rnrconfig.h"#include "rnr/log.h"#include "rnr/new.h"#include "rnr/units.h"#include "Dynamixel/Dynamixel.h"#include "Dynamixel/MX.h"#include "Dynamixel/DynaError.h"#include "Dynamixel/DynaComm.h"#include "Dynamixel/DynaServo.h"#include "Dynamixel/DynaChain.h"#include "Dynamixel/DynaBgThread.h"#include "Dynamixel/DynaOlio.h"#include "DynaLibInternal.h"Go to the source code of this file.
Macros | |
| #define | BG_TRACE(mask, servoid, prefix, fmt, ...) |
| No tracing output. | |
| #define | BG_TRACE_OPEN() |
| No tracing file open. | |
| #define | BG_TRACE_CLOSE() |
| No tracing file close. | |
Functions | |
| static long | dt_usec (struct timeval t1, struct timeval t0) |
| Calculate the difference between two time-of-day times. More... | |
Dynamixel background thread class.
Definition in file DynaBgThread.cxx.
|
static |
Calculate the difference between two time-of-day times.
| t1 | Later time instance. |
| t0 | Earlier time instance. |
Definition at line 169 of file DynaBgThread.cxx.
Referenced by DynaBgThread::sched().