Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

ConnectionMadeTrans Class Reference

#include <ConnectionMadeTrans.h>

Inheritance diagram for ConnectionMadeTrans:

Inheritance graph
[legend]
List of all members.

Detailed Description

a transition that occurs as soon as a connection is made

Definition at line 10 of file ConnectionMadeTrans.h.

Public Member Functions

 ConnectionMadeTrans (StateNode *destination, Socket *sock)
 constructor
 ConnectionMadeTrans (const std::string &name, StateNode *destination, Socket *sock)
 constructor
virtual void DoStart ()
 starts 32 msec timer with sid=0
virtual void DoStop ()
 stops timer
virtual void processEvent (const EventBase &)
 when timer event is received, fire() the transition

Protected Member Functions

 ConnectionMadeTrans (const std::string &classname, const std::string &instancename, StateNode *destination, Socket *sock)
 constructor, only to be called by subclasses (which need to specify their own classname)
 ConnectionMadeTrans (const ConnectionMadeTrans &)
 DON'T CALL THIS.
ConnectionMadeTransoperator= (const ConnectionMadeTrans &)
 DON'T CALL THIS.

Protected Attributes

Socketsocket
 the socket to expect the connection on


The documentation for this class was generated from the following file:

Tekkotsu v3.0
Generated Fri May 11 20:07:58 2007 by Doxygen 1.4.7