#include <AsnTransferCmd.H>
Public Member Functions | |
AsnTransferCmd (bool reset=true) | |
Default constructor. | |
void | set_operation (const string &op) |
Sets operation. | |
string | get_operation () const |
Returns operation. | |
void | set_asn (const int asn) |
Sets asn. | |
int | get_asn () const |
Returns asn. | |
void | reset () |
Reset object attributes. | |
Protected Attributes | |
string | _operation |
identifies the transfer operation to be performed | |
int | _asn |
autonomous system number |
int AsnTransferCmd::get_asn | ( | ) | const [inline] |
string AsnTransferCmd::get_operation | ( | ) | const [inline] |
Returns operation.
References _operation.
Referenced by cmd_asn_transfer().
void AsnTransferCmd::reset | ( | ) | [inline] |
Reset object attributes.
reset attributes
Reimplemented from Command.
References _asn, and _operation.
Referenced by AsnTransferCmd().
void AsnTransferCmd::set_asn | ( | const int | asn | ) | [inline] |
Sets asn.
asn | autonomous system number |
References _asn.
Referenced by cmd_asn_transfer().
void AsnTransferCmd::set_operation | ( | const string & | op | ) | [inline] |
Sets operation.
op | identifies the transfer operation to be performed |
References _operation.
Referenced by cmd_asn_transfer().