WPILibC++  trunk
Public Types | Public Member Functions | Public Attributes | List of all members
CommandGroupEntry Class Reference
Collaboration diagram for CommandGroupEntry:
Collaboration graph
[legend]

Public Types

enum  Sequence { kSequence_InSequence, kSequence_BranchPeer, kSequence_BranchChild }
 

Public Member Functions

 CommandGroupEntry (Command *command, Sequence state)
 
 CommandGroupEntry (Command *command, Sequence state, double timeout)
 
bool IsTimedOut ()
 

Public Attributes

double m_timeout
 
Commandm_command
 
Sequence m_state
 

Detailed Description

Definition at line 12 of file CommandGroupEntry.h.


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