Public Member Functions | Public Attributes
OCL::DeploymentComponent::ComponentData Struct Reference

#include <DeploymentComponent.hpp>

List of all members.

Public Member Functions

 ComponentData ()

Public Attributes

base::ActivityInterfaceact
bool autoconf
bool autoconnect
bool autosave
bool autostart
std::string configfile
int group
 Group number this component belongs to.
RTT::TaskContextinstance
bool loaded
bool loadedProperties
std::vector< std::string > plugins
bool proxy
bool server
bool use_naming

Detailed Description

Each configured component is stored in a struct like this. We need this to keep track of: 1. if we created an activity for it. 2. if we loaded it.

Definition at line 112 of file DeploymentComponent.hpp.


Constructor & Destructor Documentation

Definition at line 113 of file DeploymentComponent.hpp.


Member Data Documentation

The activity created by DeploymentComponent. May be null or an activity that we own.

Definition at line 130 of file DeploymentComponent.hpp.

Definition at line 142 of file DeploymentComponent.hpp.

Definition at line 142 of file DeploymentComponent.hpp.

Definition at line 142 of file DeploymentComponent.hpp.

Definition at line 142 of file DeploymentComponent.hpp.

Definition at line 144 of file DeploymentComponent.hpp.

Group number this component belongs to.

Definition at line 147 of file DeploymentComponent.hpp.

The component instance. This is always a valid pointer.

Definition at line 125 of file DeploymentComponent.hpp.

True if it was loaded and created by DeploymentComponent. If true, instance may be deleted during unloadComponent.

Definition at line 136 of file DeploymentComponent.hpp.

True if successfully loaded a property file, and so will need auto-saving (it autosave is on)

Definition at line 141 of file DeploymentComponent.hpp.

Definition at line 145 of file DeploymentComponent.hpp.

Definition at line 143 of file DeploymentComponent.hpp.

Definition at line 143 of file DeploymentComponent.hpp.

Definition at line 143 of file DeploymentComponent.hpp.


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


ocl
Author(s): OCL Development Team
autogenerated on Sat Jun 8 2019 18:48:55