#include <DebugMessageGeneratorDlgBar.h>
Inheritance diagram for CDebugMessageGeneratorDlgBar:
Public Types | |
IDD = IDD_DIALOG_BAR_DEBUGMESSAGEGENERATOR | |
enum | { IDD = IDD_DIALOG_BAR_DEBUGMESSAGEGENERATOR } |
Public Member Functions | |
CDebugMessageGeneratorDlgBar () | |
Public Attributes | |
CStatic | m_error |
CButton | m_sendButton |
CEdit | m_edit |
CComboBox | m_combo |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnSend () |
DECLARE_MESSAGE_MAP () |
Definition at line 22 of file DebugMessageGeneratorDlgBar.h.
anonymous enum |
CDebugMessageGeneratorDlgBar::CDebugMessageGeneratorDlgBar | ( | ) |
Default constructor.
Definition at line 21 of file DebugMessageGeneratorDlgBar.cpp.
CDebugMessageGeneratorDlgBar::DECLARE_MESSAGE_MAP | ( | ) | [protected] |
Reimplemented from CDynamicBarDlg.
void CDebugMessageGeneratorDlgBar::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 30 of file DebugMessageGeneratorDlgBar.cpp.
References IDC_DEBUGMESSAGEGENERATOR_COMBO, IDC_DEBUGMESSAGEGENERATOR_EDIT, IDC_DEBUGMESSAGEGENERATOR_ERROR, IDC_DEBUGMESSAGEGENERATOR_SEND, m_combo, m_edit, m_error, and m_sendButton.
BOOL CDebugMessageGeneratorDlgBar::OnInitDialog | ( | ) | [protected, virtual] |
Reimplemented from CDynamicDialog.
Definition at line 48 of file DebugMessageGeneratorDlgBar.cpp.
References CDynamicDialog::OnInitDialog(), and TRUE.
void CDebugMessageGeneratorDlgBar::OnSend | ( | ) | [protected] |
Definition at line 69 of file DebugMessageGeneratorDlgBar.cpp.
References OutMessage::bin, GenericDebugData::bodyOffsets, InvKinWalkingParameters::bodyShiftOffset, InvKinWalkingParameters::bodyShiftX, InvKinWalkingParameters::bodyShiftY, InvKinWalkingParameters::counterRotation, PIDData::d, d, OutMessage::finishMessage(), InvKinWalkingParameters::footMode, InvKinWalkingParameters::foreCenterX, InvKinWalkingParameters::foreFootLift, InvKinWalkingParameters::foreFootTilt, InvKinWalkingParameters::foreHeight, InvKinWalkingParameters::foreWidth, getQueues(), InvKinWalkingParameters::groundPhase, InvKinWalkingParameters::headPan, InvKinWalkingParameters::headRoll, InvKinWalkingParameters::headTilt, InvKinWalkingParameters::hindCenterX, InvKinWalkingParameters::hindFootLift, InvKinWalkingParameters::hindFootTilt, InvKinWalkingParameters::hindHeight, InvKinWalkingParameters::hindWidth, PIDData::i, idBodyOffsets, idGenericDebugData, idInvKinWalkingParameters, idPIDData, idSoundRequest, jointDataInvalidValue, InvKinWalkingParameters::legPhase, InvKinWalkingParameters::legSpeedFactorR, InvKinWalkingParameters::legSpeedFactorX, InvKinWalkingParameters::legSpeedFactorY, InvKinWalkingParameters::liftPhase, InvKinWalkingParameters::loweringPhase, m_combo, m_edit, m_error, InvKinWalkingParameters::maxRotationChange, InvKinWalkingParameters::maxSpeedXChange, InvKinWalkingParameters::maxSpeedYChange, InvKinWalkingParameters::maxStepSizeX, InvKinWalkingParameters::maxStepSizeY, InvKinWalkingParameters::mouth, InvKinWalkingParameters::numOfFootModes, JointData::numOfJoint, SoundRequest::numOfSoundIDs, MessageQueue::out, PIDData::p, CRobotControlQueuesToRobots::selectedRobot, InvKinWalkingParameters::stepLen, CRobotControlQueues::toPhysical, and CRobotControlQueues::toSimulated.
CComboBox CDebugMessageGeneratorDlgBar::m_combo |
Definition at line 35 of file DebugMessageGeneratorDlgBar.h.
Referenced by DoDataExchange(), and OnSend().
Definition at line 34 of file DebugMessageGeneratorDlgBar.h.
Referenced by DoDataExchange(), and OnSend().
Definition at line 32 of file DebugMessageGeneratorDlgBar.h.
Referenced by DoDataExchange(), and OnSend().