Inheritance diagram for SimpleEventHandle:
Public Member Functions | |
SimpleEventHandle () | |
virtual | ~SimpleEventHandle () |
Protected Member Functions | |
virtual void | nodeDisabled (const Node *) |
This method handles the NODE_DISABLED event. | |
virtual void | nodeEnabled (const Node *) |
This method handles the NODE_ENABLED event. | |
virtual void | nodeDestroy (const Node *) |
this method handles the NODE_DESTROY event. | |
virtual void | busreset (const Card *) |
This method handles the BUSRESET event. |
|
Definition at line 38 of file tutorial_4.cpp. References L1394::Session::addEventHandle(), and L1394::Session::getAllCameras(). |
|
Definition at line 48 of file tutorial_4.cpp. References L1394::Session::getAllCameras(), and L1394::Session::removeEventHandle(). |
|
This method handles the BUSRESET event.
Note that this event is only called by a Card object.
Reimplemented from L1394::EventHandle. Definition at line 70 of file tutorial_4.cpp. References L1394::Card::getCardID(). |
|
this method handles the NODE_DESTROY event.
This event is called, if the destructor of a Node is called.
Reimplemented from L1394::EventHandle. Definition at line 66 of file tutorial_4.cpp. |
|
This method handles the NODE_DISABLED event.
This event is called, if a FireWire node is disconnected from bus and the L1394 node object is inserted in the inactive_node_list.
Reimplemented from L1394::EventHandle. Definition at line 58 of file tutorial_4.cpp. |
|
This method handles the NODE_ENABLED event.
This event is called, if the Node object is removed from the inactive_node_list and insert in the active_node_list again.
Reimplemented from L1394::EventHandle. Definition at line 62 of file tutorial_4.cpp. |