Return the global SMState of this specific proxy event.

Syntax

template <…>
ara::com::e2e::SMState amsr::socal::r20_11::events::ProxyEvent<…>::GetSMState() const

Returns

The SMState of the last E2E_Check from GetNewSamples().

Thread-safety, Reentrance, Result Delivery

  • Threadsafe : FALSE for same class instance, TRUE for different instances.
    This API can be called from event receive handler when subscription / unsubscription is requested in parallel from the application thread without the need of additional synchronization measures.
  • Reentrant : FALSE for same class instance, TRUE for different instances
  • Synchronous : TRUE