Definition at line 330 of file CNationalInstrumentsDAQ.h.
Public Member Functions | |
TInfoPerTask () | |
TInfoPerTask (const TInfoPerTask &o) | |
Copy ctor (needed for the auto_ptr semantics) More... | |
Public Attributes | |
void * | taskHandle |
mrpt::system::TThreadHandle | hThread |
std::auto_ptr< mrpt::synch::CPipeReadEndPoint > | read_pipe |
std::auto_ptr< mrpt::synch::CPipeWriteEndPoint > | write_pipe |
bool | must_close |
bool | is_closed |
mrpt::synch::CAtomicCounter | new_obs_available |
TaskDescription | task |
A copy of the original task description that generated this thread. More... | |
mrpt::hwdrivers::CNationalInstrumentsDAQ::TInfoPerTask::TInfoPerTask | ( | ) |
mrpt::hwdrivers::CNationalInstrumentsDAQ::TInfoPerTask::TInfoPerTask | ( | const TInfoPerTask & | o | ) |
Copy ctor (needed for the auto_ptr semantics)
mrpt::system::TThreadHandle mrpt::hwdrivers::CNationalInstrumentsDAQ::TInfoPerTask::hThread |
Definition at line 336 of file CNationalInstrumentsDAQ.h.
bool mrpt::hwdrivers::CNationalInstrumentsDAQ::TInfoPerTask::is_closed |
Definition at line 339 of file CNationalInstrumentsDAQ.h.
bool mrpt::hwdrivers::CNationalInstrumentsDAQ::TInfoPerTask::must_close |
Definition at line 339 of file CNationalInstrumentsDAQ.h.
mrpt::synch::CAtomicCounter mrpt::hwdrivers::CNationalInstrumentsDAQ::TInfoPerTask::new_obs_available |
Definition at line 340 of file CNationalInstrumentsDAQ.h.
std::auto_ptr<mrpt::synch::CPipeReadEndPoint> mrpt::hwdrivers::CNationalInstrumentsDAQ::TInfoPerTask::read_pipe |
Definition at line 337 of file CNationalInstrumentsDAQ.h.
TaskDescription mrpt::hwdrivers::CNationalInstrumentsDAQ::TInfoPerTask::task |
A copy of the original task description that generated this thread.
Definition at line 342 of file CNationalInstrumentsDAQ.h.
void* mrpt::hwdrivers::CNationalInstrumentsDAQ::TInfoPerTask::taskHandle |
Definition at line 335 of file CNationalInstrumentsDAQ.h.
std::auto_ptr<mrpt::synch::CPipeWriteEndPoint> mrpt::hwdrivers::CNationalInstrumentsDAQ::TInfoPerTask::write_pipe |
Definition at line 338 of file CNationalInstrumentsDAQ.h.
Page generated by Doxygen 1.9.1 for MRPT 1.4.0 SVN: at Sun Mar 7 18:43:46 UTC 2021 |