Snapdragon® Telematics Application Framework (TelAF) Interface Specification
le_msg_LocalService_t Struct Reference

#include <le_messaging.h>

Data Fields

struct le_msg_Service service
 Service. More...
 
bool serviceReady
 Indicate if service is ready. More...
 
le_msg_LocalReceiver_t receiver
 Server destination. More...
 
le_mem_PoolRef_t messagePool
 Pool for messages on this service. More...
 

Detailed Description

Local service object.

Create an instance of this object for each local service used by your program.

Note
This structure should never be accessed directly; instead access through le_msg_...() functions.

Field Documentation

◆ service

struct le_msg_Service le_msg_LocalService_t::service

Service.

◆ serviceReady

bool le_msg_LocalService_t::serviceReady

Indicate if service is ready.

◆ receiver

le_msg_LocalReceiver_t le_msg_LocalService_t::receiver

Server destination.

◆ messagePool

le_mem_PoolRef_t le_msg_LocalService_t::messagePool

Pool for messages on this service.


The documentation for this struct was generated from the following file: