Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ close
Method
close
libraries/AP_Networking/AP_Networking.cpp:382–387 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
380
}
381
382
void AP_Networking::SendFile::close(void)
383
{
384
AP::FS().close(fd);
385
delete sock;
386
sock = nullptr;
387
}
388
389
#include <stdio.h>
390
/*
Callers
4
update_thread
Method · 0.45
update_serial_LEDs
Method · 0.45
send_receive
Method · 0.45
sendfile_check
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected