Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

Motion Class Reference

#include <Motion.h>

Inheritance diagram for Motion:

Detailed Description

Definition at line 16 of file Motion.h.

List of all members.

Public Member Functions

 Motion ()
 constructor
 ~Motion ()
 destructor
virtual void doStart ()
virtual void run ()
virtual void doStop ()

Static Public Member Functions

static const char * getClassName ()
static ProcessID::ProcessID_t getID ()
static const char * getMotionCommandID ()
static const char * getMotionOutputID ()
static const char * getMotionOutputPIDsID ()
static const char * getMotionManagerID ()
static const char * getMotionProfilerID ()

Static Protected Member Functions

static bool gotWakeup (RCRegion *msg)

Protected Attributes

SharedObject
< sim::SoundPlayQueue_t
sounds
SharedObject
< sim::MotionCommandQueue_t
motions
SharedObject< sim::MotionOutput_tmotionout
SharedObject
< sim::MotionOutputPIDs_t
motionoutpids
SharedObject< sim::EventQueue_tevents
SharedObject
< sim::StatusRequest_t
statusRequest
SharedObject< MotionManagermotionmanager
SharedObject< SoundManagersoundmanager
SharedObject< sim::MotionWakeup_tmotionWakeup
SharedObject< motionProfiler_tmotionProf
IPCEventTranslatoretrans
class MessageReceiverstatusrecv
class MessageReceiverwakeuprecv
class MotionExecThreadmotionExec
class IPCMotionHookmotionfwd
WirelessThread wireless_thread
EntryPoint motionLock

Private Member Functions

 Motion (const Motion &)
 don't call (copy constructor)
Motionoperator= (const Motion &)
 don't call (assignment operator)

Constructor & Destructor Documentation

Motion (  ) 

constructor

Definition at line 20 of file Motion.cc.

~Motion (  ) 

destructor

Definition at line 65 of file Motion.cc.

Motion ( const Motion  )  [private]

don't call (copy constructor)


Member Function Documentation

void doStart (  )  [virtual]

Reimplemented from Process.

Definition at line 74 of file Motion.cc.

void doStop (  )  [virtual]

Reimplemented from Process.

Definition at line 141 of file Motion.cc.

static const char* getClassName (  )  [static]

Definition at line 27 of file Motion.h.

static ProcessID::ProcessID_t getID (  )  [static]

Definition at line 28 of file Motion.h.

Referenced by doStart(), and doStop().

static const char* getMotionCommandID (  )  [static]

Definition at line 30 of file Motion.h.

static const char* getMotionManagerID (  )  [static]

Definition at line 33 of file Motion.h.

static const char* getMotionOutputID (  )  [static]

Definition at line 31 of file Motion.h.

static const char* getMotionOutputPIDsID (  )  [static]

Definition at line 32 of file Motion.h.

static const char* getMotionProfilerID (  )  [static]

Definition at line 34 of file Motion.h.

bool gotWakeup ( RCRegion msg  )  [static, protected]

Definition at line 186 of file Motion.cc.

Referenced by doStart().

Motion& operator= ( const Motion  )  [private]

don't call (assignment operator)

void run (  )  [virtual]

Reimplemented from Process.

Definition at line 121 of file Motion.cc.


Member Data Documentation

IPCEventTranslator* etrans [protected]

Definition at line 48 of file Motion.h.

Referenced by doStart(), and doStop().

Definition at line 41 of file Motion.h.

Referenced by doStart().

class MotionExecThread* motionExec [protected]

Definition at line 51 of file Motion.h.

Referenced by doStart(), doStop(), gotWakeup(), and run().

class IPCMotionHook* motionfwd [protected]

Definition at line 52 of file Motion.h.

Referenced by doStart(), and doStop().

EntryPoint motionLock [protected]

Definition at line 55 of file Motion.h.

Referenced by doStart(), gotWakeup(), and Motion().

Definition at line 43 of file Motion.h.

Definition at line 39 of file Motion.h.

Referenced by doStart().

Definition at line 40 of file Motion.h.

Referenced by doStart().

Definition at line 46 of file Motion.h.

Definition at line 38 of file Motion.h.

Referenced by Motion().

Definition at line 45 of file Motion.h.

Referenced by doStart().

Definition at line 44 of file Motion.h.

Definition at line 37 of file Motion.h.

Referenced by doStart().

class MessageReceiver* statusrecv [protected]

Definition at line 49 of file Motion.h.

Referenced by doStart(), and doStop().

Definition at line 42 of file Motion.h.

Referenced by doStart().

class MessageReceiver* wakeuprecv [protected]

Definition at line 50 of file Motion.h.

Referenced by doStart(), doStop(), and run().

Definition at line 53 of file Motion.h.

Referenced by doStart(), and doStop().


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

Tekkotsu Hardware Abstraction Layer 5.1CVS
Generated Mon May 9 05:01:41 2016 by Doxygen 1.6.3