|
| Aborted (void) |
|
Public Member Functions inherited from Transports::SUNSET::AbstractCommand |
| AbstractCommand (void) |
|
| AbstractCommand (const std::string &name, unsigned version=0) |
|
virtual | ~AbstractCommand (void) |
|
void | clear (void) |
|
AbstractCommand & | setVersion (unsigned version) |
|
unsigned | getVersion (void) const |
|
AbstractCommand & | setName (const std::string &name) |
|
std::string | getName (void) const |
|
AbstractCommand & | setSource (unsigned addr) |
|
unsigned | getSource (void) const |
|
AbstractCommand & | setDestination (unsigned addr) |
|
AbstractCommand & | clearDestination (unsigned addr) |
|
const std::set< unsigned > & | getDestinations (void) const |
|
AbstractCommand & | setDestinations (const std::set< unsigned > &dsts) |
|
AbstractCommand & | setTTL (unsigned value) |
|
unsigned | getTTL (void) const |
|
AbstractCommand & | setFlags (unsigned value) |
|
unsigned | getFlags (void) const |
|
AbstractCommand & | setPriority (unsigned value) |
|
unsigned | getPriority (void) const |
|
std::string | encode (void) const |
|
void | toText (std::ostream &os) const |
|
bool | operator== (const AbstractCommand &b) const |
|
bool | operator!= (const AbstractCommand &b) const |
|