|
CCAFFEINE
0.8.8
|
#include <GizzardComponentChangedEvent.h>


Public Member Functions | |
| GizzardComponentChangedEvent (const int type, const char *componentName, ccafeopq::PortInfo *opi) | |
| GizzardComponentChangedEvent (const int type, const ::std::string &componentName, const ::std::string &pName, const ::std::string &pType) | |
| int | getChangeType () |
| const char * | getComponentInstance () |
| const char * | getPortInstance () |
| const char * | getPortType () |
Private Attributes | |
| int | type |
| ::std::string | componentName |
| ::std::string | portName |
| ::std::string | portType |
Default implementation of ComponentChangedEvent.
| int GizzardComponentChangedEvent::getChangeType | ( | ) | [virtual] |
Returns the change type that has occurred.
Implements ComponentChangedEvent.
| const char* GizzardComponentChangedEvent::getComponentInstance | ( | ) | [virtual] |
Returns the instance name for this component.
Implements ComponentChangedEvent.
| const char* GizzardComponentChangedEvent::getPortInstance | ( | ) | [virtual] |
Returns the instance name of the affected port, if any, otherwise returns null.
Implements ComponentChangedEvent.
1.7.6.1