Public Member Functions |
| | DtIfCapableTaskAndSetResponse () |
| | default constructor
|
| | DtIfCapableTaskAndSetResponse (const DtIfCapableTaskAndSetResponse &orig) |
| | copy constructor
|
const
DtIfCapableTaskAndSetResponse & | operator= (const DtIfCapableTaskAndSetResponse &orig) |
| | assignment operator
|
| virtual | ~DtIfCapableTaskAndSetResponse () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| virtual void | setCapableTasks (const DtString &, const std::vector< DtSimTaskMessageType > &) |
| virtual void | setCapableSets (const DtString &, const std::vector< DtSetMessageType > &) |
| virtual void | setSupportingTasks (const DtString &, const std::map< int, std::vector< DtSimTaskMessageType > > &) |
| virtual void | setSupportingTasks (const DtString &, const std::map< int, std::set< DtSimTaskMessageType > > &) |
| virtual void | addSupportingTask (const DtString &, int, const DtSimTaskMessageType &) |
| virtual void | addSupportingTasks (const DtString &, int, const std::vector< DtSimTaskMessageType > &) |
const std::vector
< DtSimTaskMessageType > & | capableTaskIds (const DtString &entityName) const |
const std::vector
< DtSetMessageType > & | capableSetDataIds (const DtString &entityName) const |
const std::map< int,
std::vector
< DtSimTaskMessageType > > & | supportingTasks (const DtString &entityName) const |
const std::vector
< DtSimTaskMessageType > & | supportingTasks (const DtString &entityName, int) const |
| const DtCapableTasksSetsMap & | capableTasksAndSets () const |
DtIfCapableTaskAndSetResponse.
This message contains lists of the task and set IDs that a particular entity (named in entityNameString()) is capable of carrying out. All the contained task and set IDs are the integer values that correspond to the message types used for those task and set requests. See radioMsgTypes.h for the list of these enumerations.