$search
Public Member Functions | |
def | __init__ |
def | deserialize |
def | deserialize_numpy |
def | serialize |
def | serialize_numpy |
Public Attributes | |
channel | |
status | |
Static Public Attributes | |
int | S_FAILED = 3 |
int | S_FINAL = 1 |
int | S_INACTIVE = 0 |
int | S_RUNNING = 2 |
Private Member Functions | |
def | _get_types |
Static Private Attributes | |
list | __slots__ = ['status','channel'] |
string | _full_text |
_has_header = False | |
string | _md5sum = "678a5bb93793ac0ea772b7cad589cab9" |
list | _slot_types = ['byte','byte'] |
string | _type = "skiller/SkillStatus" |
Definition at line 6 of file _SkillStatus.py.
def skiller::msg::_SkillStatus::SkillStatus::__init__ | ( | self, | ||
args, | ||||
kwds | ||||
) |
Constructor. Any message fields that are implicitly/explicitly set to None will be assigned a default value. The recommend use is keyword arguments as this is more robust to future message changes. You cannot mix in-order arguments and keyword arguments. The available fields are: status,channel @param args: complete set of field values, in .msg order @param kwds: use keyword arguments corresponding to message field names to set specific fields.
Definition at line 29 of file _SkillStatus.py.
def skiller::msg::_SkillStatus::SkillStatus::_get_types | ( | self | ) | [private] |
internal API method
Definition at line 54 of file _SkillStatus.py.
def skiller::msg::_SkillStatus::SkillStatus::deserialize | ( | self, | ||
str | ||||
) |
unpack serialized message in str into this message instance @param str: byte array of serialized message @type str: str
Definition at line 72 of file _SkillStatus.py.
def skiller::msg::_SkillStatus::SkillStatus::deserialize_numpy | ( | self, | ||
str, | ||||
numpy | ||||
) |
unpack serialized message in str into this message instance using numpy for array types @param str: byte array of serialized message @type str: str @param numpy: numpy python module @type numpy: module
Definition at line 103 of file _SkillStatus.py.
def skiller::msg::_SkillStatus::SkillStatus::serialize | ( | self, | ||
buff | ||||
) |
serialize message into buffer @param buff: buffer @type buff: StringIO
Definition at line 60 of file _SkillStatus.py.
def skiller::msg::_SkillStatus::SkillStatus::serialize_numpy | ( | self, | ||
buff, | ||||
numpy | ||||
) |
serialize message with numpy array types into buffer @param buff: buffer @type buff: StringIO @param numpy: numpy python module @type numpy module
Definition at line 89 of file _SkillStatus.py.
list skiller::msg::_SkillStatus::SkillStatus::__slots__ = ['status','channel'] [static, private] |
Definition at line 26 of file _SkillStatus.py.
string skiller::msg::_SkillStatus::SkillStatus::_full_text [static, private] |
"""# status constants byte S_INACTIVE = 0 byte S_FINAL = 1 byte S_RUNNING = 2 byte S_FAILED = 3 # fields byte status byte channel """
Definition at line 10 of file _SkillStatus.py.
skiller::msg::_SkillStatus::SkillStatus::_has_header = False [static, private] |
Definition at line 9 of file _SkillStatus.py.
string skiller::msg::_SkillStatus::SkillStatus::_md5sum = "678a5bb93793ac0ea772b7cad589cab9" [static, private] |
Definition at line 7 of file _SkillStatus.py.
list skiller::msg::_SkillStatus::SkillStatus::_slot_types = ['byte','byte'] [static, private] |
Definition at line 27 of file _SkillStatus.py.
string skiller::msg::_SkillStatus::SkillStatus::_type = "skiller/SkillStatus" [static, private] |
Definition at line 8 of file _SkillStatus.py.
Definition at line 49 of file _SkillStatus.py.
int skiller::msg::_SkillStatus::SkillStatus::S_FAILED = 3 [static] |
Definition at line 24 of file _SkillStatus.py.
int skiller::msg::_SkillStatus::SkillStatus::S_FINAL = 1 [static] |
Definition at line 22 of file _SkillStatus.py.
int skiller::msg::_SkillStatus::SkillStatus::S_INACTIVE = 0 [static] |
Definition at line 21 of file _SkillStatus.py.
int skiller::msg::_SkillStatus::SkillStatus::S_RUNNING = 2 [static] |
Definition at line 23 of file _SkillStatus.py.
Definition at line 47 of file _SkillStatus.py.