11#ifndef O2_FRAMEWORK_SIMPLERESOURCEMANAGER_H_
12#define O2_FRAMEWORK_SIMPLERESOURCEMANAGER_H_
27 : mResources{intialResources}
38 std::vector<ComputingResource> mResources;
SimpleResourceManager(std::vector< ComputingResource > intialResources)
initialResources the precomputed list of available resources
std::vector< ComputingOffer > getAvailableOffers() override
Get the available resources for a device to run on.
void notifyAcceptedOffer(ComputingOffer const &accepted) override
Defining PrimaryVertex explicitly as messageable.