#include "SimEngine.h"
#include "PCSIMException.h"
#include "SimObjectRegistry.h"
#include <iostream>
Go to the source code of this file.
Functions | |
object_type_t | registerSimObject (SimObject *obj, AdvancePhase::enum_t phase, string const &name, string const &description) |
Function to be used to register a SimObject. | |
Variables | |
SimObjectRegistry * | theSimObjectRegistry |
We only need one instantiation of the SimObjectRegistry. |
object_type_t registerSimObject | ( | SimObject * | obj, | |
AdvancePhase::enum_t | phase, | |||
string const & | name, | |||
string const & | description | |||
) |
Function to be used to register a SimObject.
Definition at line 92 of file SimObjectRegistry.cpp.
References SimObjectRegistry::registerSimObject().
We only need one instantiation of the SimObjectRegistry.
Definition at line 9 of file SimObjectRegistry.cpp.
Referenced by DistributedNetwork::_addSpikeMessage_(), DistributedNetwork::_connect_(), and DistributedNetwork::getGhostID().