#include <cstdarg>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <string>
#include <iostream>
#include <algorithm>
#include <yarp/os/Time.h>
#include <yarp/dev/PolyDriver.h>
#include <ace/config.h>
#include <ace/Log_Msg.h>
#include <yarp/os/LogStream.h>
#include <yarp/os/Log.h>
#include "ThreadTable2.h"
#include "ThreadPool2.h"
#include "CanBusMotionControl.h"
#include "can_string_generic.h"
#include "messages.h"
#include <yarp/dev/ControlBoardInterfacesImpl.h>
#include "canControlConstants.h"
#include "canControlUtils.h"
#include <stdarg.h>
#include <stdio.h>
Go to the source code of this file.
◆ DEPRECATED()
bool DEPRECATED |
( |
const char * |
txt | ) |
|
|
inline |
◆ NOT_YET_IMPLEMENTED()
bool NOT_YET_IMPLEMENTED |
( |
const char * |
txt | ) |
|
|
inline |
◆ NOT_YET_IMPLEMENTED_WARNING()
bool NOT_YET_IMPLEMENTED_WARNING |
( |
const char * |
txt | ) |
|
|
inline |
◆ PRINT_CAN_MESSAGE()
void PRINT_CAN_MESSAGE |
( |
const char * |
str, |
|
|
CanMessage & |
m |
|
) |
| |
|
inline |
◆ RES()
◆ validate()
bool validate |
( |
Bottle & |
input, |
|
|
Bottle & |
out, |
|
|
const std::string & |
key1, |
|
|
const std::string & |
txt, |
|
|
int |
size |
|
) |
| |
◆ validate_optional()
bool validate_optional |
( |
Bottle & |
input, |
|
|
Bottle & |
out, |
|
|
const std::string & |
key1, |
|
|
const std::string & |
txt, |
|
|
int |
size |
|
) |
| |
◆ BCAST_STATUS_TIMEOUT
const double BCAST_STATUS_TIMEOUT =6 |
◆ cstring
◆ PRINT_BUFFER_LENGTH
const int PRINT_BUFFER_LENGTH =255 |
◆ REPORT_PERIOD
const int REPORT_PERIOD =6 |