X2 Standard
Version 1.24
|
The CircuitLabelsInterface allows power control drivers to provide TheSky a text label assoicated with each circuit. More...
#include <circuitlabels.h>
Public Member Functions | |
virtual int | circuitLabel (const int &nZeroBasedIndex, BasicStringInterface &str)=0 |
The CircuitLabelsInterface allows power control drivers to provide TheSky a text label assoicated with each circuit.
This interface is optional. By default, TheSky will control the text labels assoicated with each ciricuit of a power control device. If the power control device is capable and it and controls text labels associated with each circuit, support this interface.
Don't forget to respond accordingly in your queryAbstraction().
|
pure virtual |
Called by TheSky query (read) the text label of a circuit.
nZeroBasedIndex | (in) the zero based index of the circuit. |
str | (out) the text label associated with this circuit. |