Generic SkeletonEvent
class which unifies common behavior.

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

The following APIs are not considered to be thread-safe against each other, or against any other API in this instance:
- Send(),
- Allocate().
Name | Description | Access |
---|---|---|
Sending event data. | Public | |
Allocate event data of unique ownership for sending out. | Public |