Avionics
Dropship Simulator
ASE.cpp File Reference
#include "../../rapidxml-1.13/rapidxml.hpp"
#include "Module.h"
#include <stdio.h>
#include <curl/curl.h>
#include "../Library/MD5.h"
#include <io.h>
#include <fcntl.h>
#include <share.h>
#include <sys/stat.h>
Include dependency graph for ASE.cpp:

Go to the source code of this file.

Functions

bool FileExists (const std::string name)
 
size_t write_data (void *ptr, size_t size, size_t nmemb, FILE *stream)
 Callback function for CURL. More...
 

Function Documentation

◆ FileExists()

bool FileExists ( const std::string  name)
inline

Definition at line 28 of file ASE.cpp.

Here is the caller graph for this function:

◆ write_data()

size_t write_data ( void *  ptr,
size_t  size,
size_t  nmemb,
FILE *  stream 
)

Callback function for CURL.

Definition at line 310 of file ASE.cpp.

Here is the caller graph for this function: