|
CARMA C++
|
The container for the Digitizer logical collection. More...
#include <carma/monitor/TestSubsystemExt.h>
Inherits DigitizerBase.
Public Member Functions | |
| Digitizer (ushort digitizerNo, const std::string &name="Digitizer") | |
| Constructor. More... | |
| virtual | ~Digitizer () |
| Destructor. More... | |
The container for the Digitizer logical collection.
Definition at line 28 of file TestSubsystemExt.h.
| carma::monitor::TestSubsystem::Digitizer::Digitizer | ( | ushort | digitizerNo, |
| const std::string & | name = "Digitizer" |
||
| ) |
Constructor.
This is an indexed device in which an array of 4 instances will be created, each with an index in the range [1, 4] associated with it.
| digitizerNo | the index to associate with this instance |
| name | the instance name of the container (for use by references) |
|
virtual |
Destructor.