Apache Celix  2.4.0
Apache Celix is a framework for C, C++14 and C++17 to develop dynamic modular software applications using component and in-process service-oriented programming.
Public Attributes | List of all members
celix_bundle_service_list_entry Struct Reference

#include <celix_bundle.h>

Public Attributes

long serviceId
 
long bundleOwner
 
char * serviceName
 
celix_properties_t * serviceProperties
 
bool factory
 

Member Data Documentation

◆ bundleOwner

long celix_bundle_service_list_entry::bundleOwner

◆ factory

bool celix_bundle_service_list_entry::factory

◆ serviceId

long celix_bundle_service_list_entry::serviceId

◆ serviceName

char* celix_bundle_service_list_entry::serviceName

◆ serviceProperties

celix_properties_t* celix_bundle_service_list_entry::serviceProperties

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