Implement logging functions for the SDK. More...
#include "DJI_Logging.h"#include "DJI_API.h"#include "DJI_Link.h"#include "DJI_Type.h"#include <pthread.h>
Go to the source code of this file.
Namespaces | |
| namespace | DJI |
| namespace | DJI::onboardSDK |
Functions | |
| void | DJI::onboardSDK::printFrame (HardDriver *hardDriver, Header *header, bool toAircraft) |
Variables | |
| pthread_mutex_t | DJI::onboardSDK::_logging_lock = PTHREAD_MUTEX_INITIALIZER |
Implement logging functions for the SDK.
Definition in file DJI_Logging.cpp.