Public Member Functions | Public Attributes

ACS::SpecialTestMasterComponent Interface Reference

import "mastercompTest_if.idl";

Inheritance diagram for ACS::SpecialTestMasterComponent:
Inheritance graph
[legend]
Collaboration diagram for ACS::SpecialTestMasterComponent:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void componentNeedsAttention (in string componentName, in string troubleCode)

Public Attributes

readonly attribute ACS::RWdouble someOtherProperty

Detailed Description

A master component can usually implement the MasterComponent interface directly. Here we see a special case where a derived interface is used in order to add specific communication between the master component and the rest of the components of that subsystem.


Member Function Documentation

void ACS::SpecialTestMasterComponent::componentNeedsAttention ( in string  componentName,
in string  troubleCode 
)

This is an example method through which the subsystem components can notify the MC.


Member Data Documentation

This property is just to demonstrate how one can add properties to a custom master comp. This example was once requested by LDavis.


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