3 #include "pcInstanceIDs.h"
4 #include "pcMapConfig.h"
44 #endif // PC_BUILDER_H
InstanceIDs build(const startup::PCMapConfig &mapCfg)
Trigger the creation of a pc array with the given configs, within the given pes/boxes etc...
void createMap(const startup::PCMapConfig &mapCfg)
Create the mapping required to instantiate a PC array.
const pcConfig cfg
The configs for the paircalc array that I am charged with building.
A container for assorted mapping inputs to pass around easily.
void createPairCalcs()
Create a paircalc array using info in the supplied pcConfig object.
Author: Eric J Bohm Date Created: June 4th, 2006.
InstanceIDs pcHandle
The result of an array build.
Dumb structure that holds all the configuration inputs required for paircalc instantiation, functioning and interaction.
Builder(const pcConfig &_cfg)
Always charge a builder with creating one paircalc array.
A class that orchestrates the mapping and creation of one paircalc array and accompanying chares like...
A tiny structure to hold the relevant IDs/ proxies required to interact with a paircalc instance...
Author: Eric J Bohm Date Created: May 31, 2006.