CCommandChunk Class Reference

#include <CCommandChunk.h>

Collaboration diagram for CCommandChunk:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 CCommandChunk (void)
 Constructor.
virtual ~CCommandChunk (void)
 Destructor.
void Create (void)
void Destroy (void)
void Reset (void)
void Store (EBomberMove BomberMove, EBomberAction BomberAction, float DeltaTime)
EBomberMove GetStepMove (int Step)
EBomberAction GetStepAction (int Step)
float GetStepDuration (int Step)
int GetNumberOfSteps (void)

Private Attributes

SCommandStep m_Steps [MAX_STEPS_IN_COMMAND_CHUNK]
int m_NumberOfSteps


Constructor & Destructor Documentation

CCommandChunk::CCommandChunk ( void   ) 

Constructor.

CCommandChunk::~CCommandChunk ( void   )  [virtual]

Destructor.


Member Function Documentation

void CCommandChunk::Create ( void   ) 

void CCommandChunk::Destroy ( void   ) 

void CCommandChunk::Reset ( void   ) 

void CCommandChunk::Store ( EBomberMove  BomberMove,
EBomberAction  BomberAction,
float  DeltaTime 
)

Here is the caller graph for this function:

EBomberMove CCommandChunk::GetStepMove ( int  Step  )  [inline]

Here is the caller graph for this function:

EBomberAction CCommandChunk::GetStepAction ( int  Step  )  [inline]

Here is the caller graph for this function:

float CCommandChunk::GetStepDuration ( int  Step  )  [inline]

Here is the caller graph for this function:

int CCommandChunk::GetNumberOfSteps ( void   )  [inline]

Here is the caller graph for this function:


Member Data Documentation

SCommandStep CCommandChunk::m_Steps[MAX_STEPS_IN_COMMAND_CHUNK] [private]


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

Generated on Sat Oct 18 12:26:43 2008 for Bombermaaan by  doxygen 1.5.5
Visit the Bombermaaan project page
SourceForge.net Logo