53 virtual bool init()
override;
57 virtual const char*
type()
const override;
61 virtual void tick()
override;
85 virtual int nextAvaliableDesignator(
int defaultDesignator = 0);
std::vector< const DtIfAddToOrganization * > myPendingSubordinateAssignment
Definition: topLevelOrganizationController.h:104
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
virtual bool generateEchelonId(int designator)
Generates an echelon id based on the provided designator, the local entity opd entry, and the current state of the organization hierarchy, and assigns the echelon id to the entity. Returns true if the newly generated id is different from the currnet one.
virtual const char * type() const override
Returns a string identifies the class type of component. Type values are defined in compTypes...
virtual void setCommandNetRadioChannel()
Sets the command net radio channel for this entity's radio to a unique number based on the entity ide...
virtual bool init() override
Calls setRadio()
virtual bool reorganizeNeeded()
Returns true if reorganization is needed (invalid entities need to be reassigned to least significant...
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
virtual bool isForceLevel() const
This is not a force level controller, so reutrn false.
Definition: readerWriterRegistry.h:39
class DtIfAddToOrganization:
Definition: ifAddToOrganization.h:23
int myDesignatorsIssuedThisTick
Definition: topLevelOrganizationController.h:103
DtPseudoAggregateOrganizationController is the controller component in pseudo-aggregates responsible ...
Definition: aggregateOrganizationController.h:29
DtAggregateOrganizationController & operator=(const DtAggregateOrganizationController &orig)
Not implemented.
static DtSimComponent * creator(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:89
virtual void reorganize()
Reorganizes the aggregate members, moving destroyed or independly tasked entities to the bottom of th...
virtual void tick() override
Updates the echelon organization as necessary, such as in the event of an entity getting destroyed or...
virtual void addToOrganization(const DtIfAddToOrganization *)
DtTopLevelOrganizationController; aggregate organization controller for a force-level aggregate entit...
Definition: topLevelOrganizationController.h:25
A locally simulated VRF object.
Definition: localObject.h:98