Woman, Life, Freedom


Adaptive AUTOSAR
ARA public interface header documentation
ara::com::entry Namespace Reference

Communication message entry. More...

Classes

class  Entry
 Communication message abstract entry. More...
 
class  EntryDeserializer
 A helper class for deserialzing an entry payload. More...
 
class  EventgroupEntry
 Entry to subscribe/unsubscribe to/from an event-group. More...
 
class  ServiceEntry
 Entry to find and offer a service. More...
 

Enumerations

enum class  EntryType : uint8_t { Finding = 0x00 , Offering = 0x01 , Subscribing = 0x06 , Acknowledging = 0x07 }
 Message entry type. More...
 

Detailed Description

Communication message entry.

Enumeration Type Documentation

◆ EntryType

enum class ara::com::entry::EntryType : uint8_t
strong

Message entry type.

Enumerator
Finding 

Service finding.

Offering 

Service start/stop offering.

Subscribing 

Event start/stop subscribing.

Acknowledging 

Event subscribe positive/negative acknowledging.