RTXI 2.4 The Real-Time eXperiment Interface Documentation |
#include <analogy_driver.h>
Public Member Functions | |
AnalogyDriver (void) | |
virtual | ~AnalogyDriver (void) |
virtual DAQ::Device * | createDevice (const std::list< std::string > &) |
![]() | |
Object (void) | |
virtual | ~Object (void) |
std::string | getLibrary (void) const |
void | unload (void) |
![]() | |
Object (void) | |
ID | getID (void) const |
State | save (void) const |
void | load (const State &) |
void | deferred (const State &) |
![]() | |
Driver (const std::string &name) | |
virtual | ~Driver (void) |
Protected Member Functions | |
virtual void | doLoad (const State &) |
virtual void | doSave (State &) const |
![]() | |
virtual void | doDeferred (const State &) |
Additional Inherited Members | |
![]() | |
typedef unsigned long | ID |
![]() | |
const static ID | INVALID = 0 |
Definition at line 25 of file analogy_driver.h.
| inline |
Definition at line 30 of file analogy_driver.h.
| virtual |
Definition at line 29 of file analogy_driver.cpp.
| virtual |
A factory function for create a DAQ::Device with the provided args.
args | Arguments to the new DAQ::Device. |
Implements DAQ::Driver.
Definition at line 35 of file analogy_driver.cpp.
| protectedvirtual |
Reimplemented from Settings::Object.
Definition at line 164 of file analogy_driver.cpp.
| protectedvirtual |
Reimplemented from Settings::Object.
Definition at line 176 of file analogy_driver.cpp.