CQEMotorRec records motor movement of regular motors in ports 13, 14, 15 and 16 for later recall and playback.
More...
#include <qemotorrec.h>
List of all members.
Detailed Description
CQEMotorRec records motor movement of regular motors in ports 13, 14, 15 and 16 for later recall and playback.
Constructor & Destructor Documentation
CQEMotorRec::CQEMotorRec |
( |
unsigned long |
size = 0 , |
|
|
unsigned char |
axes = 0 , |
|
|
pthread_mutex_t * |
pMutex = NULL | |
|
) |
| | |
CQEMotorRec::~CQEMotorRec |
( |
|
) |
[virtual] |
Member Function Documentation
short * CQEMotorRec::GetRecord |
( |
|
) |
[protected] |
void CQEMotorRec::Init |
( |
unsigned long |
size, |
|
|
unsigned char |
axes, |
|
|
pthread_mutex_t * |
pMutex | |
|
) |
| | |
void CQEMotorRec::Play |
( |
|
) |
[virtual] |
Begin playback of recorded movements.
See Record(). This method does not block.
Reimplemented in CQEMotorTraj.
bool CQEMotorRec::Playing |
( |
|
) |
|
Get play status.
- Returns:
- true if playing, false otherwise.
void CQEMotorRec::Record |
( |
|
) |
[virtual] |
Begin recording and storing positions of axes for later playback.
This method is useful if the axes can be easily back-driven, in which case the axes can be "taught" by hand and later the movements can be recalled with Play().
Reimplemented in CQEMotorTraj.
bool CQEMotorRec::RecordActive |
( |
|
) |
[protected] |
bool CQEMotorRec::Recording |
( |
|
) |
|
Get record status.
- Returns:
- true if recording, false otherwise.
bool CQEMotorRec::RecordServo |
( |
|
) |
[protected] |
void CQEMotorRec::RStop |
( |
|
) |
|
Stop recording or playback if they are currently running.
short * CQEMotorRec::SetPlay |
( |
|
) |
[protected] |
bool CQEMotorRec::UpdatePosition |
( |
|
) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following files: