le_msg_LocalService_t Struct Reference
#include <le_messaging.h>
Data Fields | |
struct le_msg_Service | service |
Service. | |
bool | serviceReady |
Indicate if service is ready. | |
le_msg_LocalReceiver_t | receiver |
Server destination. | |
le_mem_PoolRef_t | messagePool |
Pool for messages on this service. | |
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.
The documentation for this struct was generated from the following file: