biogears::SEPsychomotorVigilanceTask Class Reference
#include <SEPsychomotorVigilanceTask.h>
Inheritance diagram for biogears::SEPsychomotorVigilanceTask:

Public Member Functions | |
| SEPsychomotorVigilanceTask () | |
| virtual | ~SEPsychomotorVigilanceTask () |
| virtual void | Reset () |
| virtual void | Clear () |
| virtual bool | Load (const CDM::PsychomotorVigilanceTaskData &in) |
| virtual CDM::PsychomotorVigilanceTaskData * | Unload () |
| bool | HasAttentionLapses () |
| SEScalar & | GetAttentionLapses () |
| bool | HasReactionTime () |
| SEScalarTime & | GetReactionTime () |
Public Member Functions inherited from biogears::SEPatientAssessment | |
| SEPatientAssessment () | |
| virtual | ~SEPatientAssessment () |
| virtual const char * | classname () const =0 |
| virtual bool | Load (const CDM::PatientAssessmentData &in) |
Protected Member Functions | |
| virtual void | Unload (CDM::PsychomotorVigilanceTaskData &data) |
Protected Member Functions inherited from biogears::SEPatientAssessment | |
| virtual void | Unload (CDM::PatientAssessmentData &data) |
Protected Attributes | |
| SEScalar * | m_AttentionLapses |
| SEScalarTime * | m_ReactionTime |
Constructor & Destructor Documentation
| biogears::SEPsychomotorVigilanceTask::SEPsychomotorVigilanceTask | ( | ) |
|
virtual |
Member Function Documentation
|
virtual |
Reimplemented from biogears::SEPatientAssessment.
| SEScalar & biogears::SEPsychomotorVigilanceTask::GetAttentionLapses | ( | ) |
| SEScalarTime & biogears::SEPsychomotorVigilanceTask::GetReactionTime | ( | ) |
| bool biogears::SEPsychomotorVigilanceTask::HasAttentionLapses | ( | ) |
| bool biogears::SEPsychomotorVigilanceTask::HasReactionTime | ( | ) |
|
virtual |
|
virtual |
Reimplemented from biogears::SEPatientAssessment.
|
virtual |
Reimplemented from biogears::SEPatientAssessment.
|
protectedvirtual |
Member Data Documentation
|
protected |
|
protected |


Public Member Functions inherited from