|
WSF
|
#include <WsfExchangeObserver.hpp>
Public Attributes | |
| WsfObserver::ExchangeQueriedCallback | ExchangeQueried |
| Two platforms are attempting to accomplish a transfer of goods or services. | |
| WsfObserver::ExchangeNegotiatedCallback | ExchangeNegotiated |
| WsfObserver::ExchangeRequestFailedCallback | ExchangeRequestFailed |
| WsfObserver::ExchangeCompletedCallback | ExchangeCompleted |
| WsfObserver::PlatformCapabilityChangedCallback | PlatformCapabilityChanged |
The implementation of the Exchange observer objects. An instance of this class is maintained by the simulation.
| WsfObserver::ExchangeCompletedCallback WsfExchangeObserver::ExchangeCompleted |
| WsfObserver::ExchangeNegotiatedCallback WsfExchangeObserver::ExchangeNegotiated |
| WsfObserver::ExchangeQueriedCallback WsfExchangeObserver::ExchangeQueried |
Two platforms are attempting to accomplish a transfer of goods or services.
| WsfObserver::ExchangeRequestFailedCallback WsfExchangeObserver::ExchangeRequestFailed |
| WsfObserver::PlatformCapabilityChangedCallback WsfExchangeObserver::PlatformCapabilityChanged |
The capabilities of a platform has changed.
| aSimTime | The current simulation time. |
| aPlatformPtr | The platform whose capability has changed. |
| aCapabilityId | The stringId of the capability gained or lost (see WsfExchange.hpp). |
| aGainedOrLost | Indication of gained (true) or lost (false) capability. |