Raspberry Cloud
|
#include <ComputeOnClient.h>
Public Member Functions | |
ComputeOnClient (CloudFileSystem &cloudFileSystem) | |
bool | addFile (string localFileID, string destinationFileID) |
string | getFile (FileDescriptor fileDescriptor) |
ComputeOnClient class implements HomeNetworkBehaviour class it uses the CloudFileSystem to finish the job
|
inline |
ComputeOnClient constructor
cloudFileSystem | the CloudFileSystem reference |
|
virtual |
Adds a file to the cloud
localFileID | path of file to be added |
destinationFileID | path of file on cloud |
ComputeOnClient implementation
Implements HomeNetworkBehaviour.
|
virtual |
Gets a file from the cloud
fileDescriptor | the descriptor of the file to be retireved |
Implements HomeNetworkBehaviour.