#include <yarp/dev/ControlBoardPid.h>
#include <yarp/dev/PidEnums.h>
#include <yarp/os/Log.h>
#include <cstring>
#include <type_traits>
Go to the source code of this file.
|
namespace | yarp |
| The main, catch-all namespace for YARP.
|
|
namespace | yarp::dev |
| For streams capable of holding different kinds of content, check what they actually have.
|
|
◆ allocAndCheck()
template<class T , std::enable_if_t< std::is_trivial< T >::value, int > = 0>
T * allocAndCheck |
( |
int |
size | ) |
|
◆ castToMapper()
◆ checkAndDestroy()
template<class T >
void checkAndDestroy |
( |
T *& |
p | ) |
|