Apache Celix  2.3.0
An implementation of the OSGi specification adapted to C and C++
Public Attributes | List of all members
celix_dm_component_info_struct Struct Reference

#include <celix_dm_info.h>

Public Attributes

long bundleId
 
char * bundleSymbolicName
 
char * id
 
char * name
 
bool active
 
char * state
 
size_t nrOfTimesStarted
 
size_t nrOfTimesResumed
 
celix_array_list_t * interfaces
 
celix_array_list_t * dependency_list
 

Member Data Documentation

◆ active

bool celix_dm_component_info_struct::active

◆ bundleId

long celix_dm_component_info_struct::bundleId

◆ bundleSymbolicName

char* celix_dm_component_info_struct::bundleSymbolicName

◆ dependency_list

celix_array_list_t* celix_dm_component_info_struct::dependency_list

◆ id

char* celix_dm_component_info_struct::id

◆ interfaces

celix_array_list_t* celix_dm_component_info_struct::interfaces

◆ name

char* celix_dm_component_info_struct::name

◆ nrOfTimesResumed

size_t celix_dm_component_info_struct::nrOfTimesResumed

◆ nrOfTimesStarted

size_t celix_dm_component_info_struct::nrOfTimesStarted

◆ state

char* celix_dm_component_info_struct::state

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