Console data channel.
Definition at line 74 of file fbconsole.h.
#include <fbconsole.h>
Public Member Functions | |
FBConsoleChannel (const char *pName) | |
Constructor. | |
Public Attributes | |
FBPropertyString | Name |
Property: Name of channel. | |
FBPropertyString | Description |
Property: Description of channel. | |
FBPropertyString | Group |
Property: Group that channel is part of. | |
FBPropertyConsoleChannelType | Type |
Property: Type of channel. | |
FBPropertyDouble | Value |
Property: Current value of channel. | |
FBPropertyDouble | Min |
Property: Minimum value. | |
FBPropertyDouble | Max |
Property: Maximum value. | |
FBPropertyDouble | Step |
Property: Stepping value of channel. |
FBConsoleChannel | ( | const char * | pName | ) |
Constructor.
pName | Channel name. |
Property: Name of channel.
Reimplemented from FBComponent.
Definition at line 83 of file fbconsole.h.
Property: Description of channel.
Definition at line 84 of file fbconsole.h.
Property: Group that channel is part of.
Definition at line 85 of file fbconsole.h.
FBPropertyConsoleChannelType Type |
Property: Current value of channel.
Definition at line 87 of file fbconsole.h.
Property: Stepping value of channel.
Definition at line 90 of file fbconsole.h.