The getter allows to request the actual value of the service provider.

Syntax

template <FieldConfig>
auto amsr::socal::fields::ProxyField<FieldConfig>::Get() ->ara::core::Future<FieldType>

Returns

The current field value wrapped in a future object.

notice

Note: In polling runtime processing mode, it is not allowed to register a Future::then() callback on the returned future object.

Thread-safety, Reentrance, Result Delivery