Raspberry Cloud
Public Member Functions | List of all members
CloudManager Class Reference

#include <CloudManager.h>

Public Member Functions

void addCloud (CloudAdapter *cloudAdapter, string cloudID)
 
void getCloudInfo (string cloudID)
 
CloudAdaptergetCloudAdapter (string cloudID)
 
vector< CloudAdapter * > getCloudList ()
 

Detailed Description

CloudManager class holds the cloudadapters toghether can get an adapter of a given id can add new adapters can get info of a given adapter by id

Member Function Documentation

void CloudManager::addCloud ( CloudAdapter cloudAdapter,
string  cloudID 
)

Adds a new cloud to the cloudList

Parameters
cloudAdaptersome implementation of the cloudAdapter
cloudIDid of the cloud to be added

CloudManager implementation

CloudAdapter * CloudManager::getCloudAdapter ( string  cloudID)

Retrieves the cloudAdapter with the matching ID

Parameters
cloudIDthe ID of the requested adapter
void CloudManager::getCloudInfo ( string  cloudID)

Does .... what?

Parameters
cloudIDid of the cloud the information is asked about
vector< CloudAdapter * > CloudManager::getCloudList ( )

Getter for cloudList


The documentation for this class was generated from the following files: