Generic SkeletonEvent class which unifies common behavior.

notice

Note: This class template is private and may change with updates. To access the class templates features, use the provided member functions.

Types

Name

Description

Access

AllocateResultType

Type alias for the result type of Allocate().

Example:

using AllocateResultType = ara::core::Result< ara::com::SampleAllocateePtr< SampleType>>

Public

Member functions

notice

The following APIs are not considered to be thread-safe against each other, or against any other API in this instance:

  1. Send(),
  2. Allocate().

Name

Description

Access

Send()

Sending event data.

Public

Allocate()

Allocate event data of unique ownership for sending out.

Public