#include <BESDASResponse.h>


Public Member Functions | |
| BESDASResponse (DAS *das) | |
| virtual | ~BESDASResponse () |
| virtual void | dump (ostream &strm) const |
| dumps information about this object | |
| DAS * | get_das () |
Definition at line 41 of file BESDASResponse.h.
| BESDASResponse::BESDASResponse | ( | DAS * | das | ) | [inline] |
Definition at line 46 of file BESDASResponse.h.
| BESDASResponse::~BESDASResponse | ( | ) | [virtual] |
Definition at line 3 of file BESDASResponse.cc.
| void BESDASResponse::dump | ( | ostream & | strm | ) | const [virtual] |
dumps information about this object
Displays the pointer value of this instance along with the das object created
| strm | C++ i/o stream to dump the information to |
Implements BESResponseObject.
Definition at line 17 of file BESDASResponse.cc.
References BESIndent::GetIndent(), BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().

| DAS* BESDASResponse::get_das | ( | ) | [inline] |
Definition at line 53 of file BESDASResponse.h.
Referenced by BESFilterTransmitter::send_basic_das(), and BESDapTransmit::send_basic_das().
1.5.4