21 ::ll::TypedStorage<1, 1, bool> mSecondaryPowered;
22 ::ll::TypedStorage<1, 1, bool> mPropagatePower;
23 ::ll::TypedStorage<1, 1, bool> mPromotedToProducer;
24 ::ll::TypedStorage<1, 1, bool> mAcceptHalfPulse;
25 ::ll::TypedStorage<1, 1, bool> mAcceptSameDirection;
26 ::ll::TypedStorage<8, 8, ::CircuitComponentType const> mCircuitComponentType;
40 virtual bool addSource(
44 bool& bDirectlyPowered
48 virtual bool canConsumerPower()
const ;
51 virtual bool isSecondaryPowered()
const ;
54 virtual ::CircuitComponentType getCircuitComponentType()
const ;
88 MCFOLD
bool $canConsumerPower()
const;
90 MCAPI
bool $isSecondaryPowered()
const;
92 MCFOLD ::CircuitComponentType $getCircuitComponentType()
const;
98 MCAPI
static void** $vftable();