#include <yarp/os/LogComponent.h>
#include <yarp/os/LogStream.h>
#include "AudioRecorderServerImpl.h"
Go to the source code of this file.
Macros | |
#define | CHECK_POINTER(xxx) {if (xxx==nullptr) {yCError(AUDIOGRAB_RPC, "Invalid interface"); return ReturnValue::return_code::return_value_error_not_ready;}} |
#define CHECK_POINTER | ( | xxx | ) | {if (xxx==nullptr) {yCError(AUDIOGRAB_RPC, "Invalid interface"); return ReturnValue::return_code::return_value_error_not_ready;}} |
Definition at line 21 of file AudioRecorderServerImpl.cpp.