#include "CDxlCom.h"#include "CDxlConfig.h"#include "CDxlGroup.h"#include <threemxl/platform/io/logging/Log2.h>#include <iostream>#include <iomanip>

Go to the source code of this file.
Classes | |
| struct | __attribute__ |
| 3mxl log entry More... | |
| class | CDxlGeneric |
| Generic interface to both CDynamixel and C3mxl. More... | |
Defines | |
| #define | PACKET_RETRY_FACTOR 1 |
Typedefs | |
| typedef std::vector< TMxlLogEntry > | TMxlLog |
Functions | |
| std::ostream & | operator<< (std::ostream &outs, const TMxlLogEntry &obj) |
| #define PACKET_RETRY_FACTOR 1 |
Definition at line 16 of file CDxlGeneric.h.
| typedef std::vector<TMxlLogEntry> TMxlLog |
Definition at line 47 of file CDxlGeneric.h.
| std::ostream& operator<< | ( | std::ostream & | outs, |
| const TMxlLogEntry & | obj | ||
| ) | [inline] |
Definition at line 33 of file CDxlGeneric.h.