DJI_HardDriver.cpp
Go to the documentation of this file.
00001 
00012 #include "DJI_HardDriver.h"
00013 
00014 using namespace DJI::onboardSDK;
00015 
00016 char DJI::onboardSDK::buffer[DJI::onboardSDK::bufsize];
00017 
00018 void HardDriver::displayLog(const char *buf)
00019 {
00020   if (buf)
00021     printf("%s", buf);
00022   else
00023     printf("%s", DJI::onboardSDK::buffer);
00024 }
00025 


dji_sdk_lib
Author(s):
autogenerated on Thu Jun 6 2019 17:55:25