Orbiter MMU  FINAL(?) API
Universal-ish MMU add-on for the Orbiter spaceflight simulator.
oMMU_API::oMMU Member List

This is the complete list of members for oMMU_API::oMMU, including all inherited members.

AddAirlock(const Airlock &airlock)=0oMMU_API::oMMUpure virtual
AddCrew(const oMMUCrew &crewToAdd, int slot=0)=0oMMU_API::oMMUpure virtual
AddInteractionArea(const InteractionArea &area)=0oMMU_API::oMMUpure virtual
BeginEVA(int crewIndex, int airlockIndex=0, bool setOnGround=false, bool setFocus=false)=0oMMU_API::oMMUpure virtual
CreateAirlockFromPort(int portID, bool initialState)=0oMMU_API::oMMUpure virtual
GetAirlockState(int airlockID, Airlock &airlockOut)=0oMMU_API::oMMUpure virtual
GetCrewState(int index, oMMUCrew &crew)=0oMMU_API::oMMUpure virtual
GetInstance(VESSEL *hVessel)oMMU_API::oMMUstatic
GetInteractionArea(int areaID, InteractionArea &out)=0oMMU_API::oMMUpure virtual
oMMU()oMMU_API::oMMUinlineprotected
ProcessClbkPreStep()=0oMMU_API::oMMUpure virtual
RecallState(const char *line)=0oMMU_API::oMMUpure virtual
RemoveCrew(int index)=0oMMU_API::oMMUpure virtual
SaveState(FILEHANDLE scn)=0oMMU_API::oMMUpure virtual
SetAirlockState(const Airlock &airlockState)=0oMMU_API::oMMUpure virtual
SetCrewLimit(int crewLimit)=0oMMU_API::oMMUpure virtual
SetCrewState(int index, const oMMUCrew &crew)=0oMMU_API::oMMUpure virtual
SetInteractionAreaState(int areaID, const InteractionArea &in)=0oMMU_API::oMMUpure virtual
SubscribeIngressHandler(OnCrewEnterHandler handler)=0oMMU_API::oMMUpure virtual
SubscribeInteractionHandler(OnInteractionHandler handler)=0oMMU_API::oMMUpure virtual
SubscribeTransferHandler(OnTransferCrewHandler handler)=0oMMU_API::oMMUpure virtual
TransferCrew(int crewIndex, int portIndex=0)=0oMMU_API::oMMUpure virtual
TransferCrew(int crewIndex, const VESSEL *targetVessel)=0oMMU_API::oMMUpure virtual
UnsubscribeIngressHandler(OnCrewEnterHandler handler)=0oMMU_API::oMMUpure virtual
UnsubscribeInteractionHandler(OnInteractionHandler handler)=0oMMU_API::oMMUpure virtual
UnsubscribeTransferHandler(OnTransferCrewHandler handler)=0oMMU_API::oMMUpure virtual