| 2746 | } |
| 2747 | |
| 2748 | ErrorCode::ErrorCodeType VehicleWrapper::initCameraModule(dji_osdk_ros::PayloadIndex index, |
| 2749 | const char* name) |
| 2750 | { |
| 2751 | return vehicle->cameraManager->initCameraModule(static_cast<DJI::OSDK::PayloadIndexType>(index), name); |
| 2752 | } |
| 2753 | } |
nothing calls this directly
no outgoing calls
no test coverage detected