Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4448 in orxonox.OLD for orxonox/trunk/src/lib/coord/pilot_node.cc


Ignore:
Timestamp:
Jun 1, 2005, 10:55:53 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: doxygen-tags, and cleanup of NullParent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/coord/pilot_node.cc

    r4443 r4448  
    1414   main-programmer: Patrick Boenzli
    1515   co-programmer: ...
     16
     17   bensch: added comments
    1618*/
    1719
     
    2325using namespace std;
    2426
    25 
    2627/**
    2728   \brief standard constructor
    28 
    29    \todo this constructor is not jet implemented - do it
    3029*/
    3130PilotNode::PilotNode ()
     
    3837}
    3938
    40 
    4139/**
    4240   \brief standard deconstructor
    43 
    44    \todo this deconstructor is not jet implemented - do it
    4541*/
    4642PilotNode::~PilotNode ()
     
    4945}
    5046
    51 
     47/**
     48    \brief ticks the node
     49    \param time the time about whitch to tick                                           \
     50*/
    5251void PilotNode::tick(float time)
    5352{
     
    9796}
    9897
    99 
     98/**
     99   \brief handles events
     100   \param event the event that occured
     101*/
    100102void PilotNode::process( const Event &event)
    101103{
Note: See TracChangeset for help on using the changeset viewer.