#include <PsTaoComponent.h>

Public Types | |
| enum | PsComponentType { BUTTON, DISPLAY, GRAPHIC_DISPLAY, HOOKSWITCH, LAMP, MICROPHONE, RINGER, SPEAKER, EXTERNAL_SPEAKER } |
Public Member Functions | |
| void | getName (UtlString &rName) |
| int | getType (void) |
Protected Member Functions | |
| PsTaoComponent (const UtlString &rComponentName, int componentType) | |
| PsTaoComponent () | |
| virtual | ~PsTaoComponent () |
| OsMutex * | getMutex (void) |
Protected Attributes | |
| OsMutex | mMutex |
| UtlString | mName |
| int | mType |
Private Member Functions | |
| PsTaoComponent (const PsTaoComponent &rPsTaoComponent) | |
| PsTaoComponent & | operator= (const PsTaoComponent &rhs) |
| enum PsComponentType |
|
protected |
|
protected |
|
protectedvirtual |
|
private |
|
protected |
| void getName | ( | UtlString & | rName | ) |
| int getType | ( | void | ) |
|
private |
|
protected |
|
protected |
|
protected |