Public Member Functions | |
def | __init__ |
def | deserialize |
def | deserialize_numpy |
def | serialize |
def | serialize_numpy |
Public Attributes | |
has_link | |
interval_bandwidth_mbps | |
interval_dropped_packets | |
interval_late_packets | |
interval_min_device_count | |
interval_sent_packets | |
max_device_count | |
total_bandwidth_mbps | |
total_dropped_packets | |
total_late_packets | |
total_sent_packets | |
Private Member Functions | |
def | _get_types |
Static Private Attributes | |
list | __slots__ = ['has_link','max_device_count','interval_min_device_count','total_sent_packets','interval_sent_packets','total_dropped_packets','interval_dropped_packets','total_late_packets','interval_late_packets','total_bandwidth_mbps','interval_bandwidth_mbps'] |
string | _full_text |
_has_header = False | |
string | _md5sum = "115cb9793e197c78f9d3809b3132b379" |
list | _slot_types = ['bool','int32','int32','uint64','uint64','uint64','uint64','uint64','uint64','float64','float64'] |
string | _type = "ectools/ecstats" |
Definition at line 6 of file _ecstats.py.
def ectools::msg::_ecstats::ecstats::__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: has_link,max_device_count,interval_min_device_count,total_sent_packets,interval_sent_packets,total_dropped_packets,interval_dropped_packets,total_late_packets,interval_late_packets,total_bandwidth_mbps,interval_bandwidth_mbps @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 26 of file _ecstats.py.
def ectools::msg::_ecstats::ecstats::_get_types | ( | self | ) | [private] |
internal API method
Definition at line 78 of file _ecstats.py.
def ectools::msg::_ecstats::ecstats::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 96 of file _ecstats.py.
def ectools::msg::_ecstats::ecstats::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 128 of file _ecstats.py.
def ectools::msg::_ecstats::ecstats::serialize | ( | self, | ||
buff | ||||
) |
serialize message into buffer @param buff: buffer @type buff: StringIO
Definition at line 84 of file _ecstats.py.
def ectools::msg::_ecstats::ecstats::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 114 of file _ecstats.py.
Definition at line 23 of file _ecstats.py.
string ectools::msg::_ecstats::ecstats::_full_text [static, private] |
"""bool has_link int32 max_device_count int32 interval_min_device_count uint64 total_sent_packets uint64 interval_sent_packets uint64 total_dropped_packets uint64 interval_dropped_packets uint64 total_late_packets uint64 interval_late_packets float64 total_bandwidth_mbps float64 interval_bandwidth_mbps """
Definition at line 10 of file _ecstats.py.
ectools::msg::_ecstats::ecstats::_has_header = False [static, private] |
Definition at line 9 of file _ecstats.py.
string ectools::msg::_ecstats::ecstats::_md5sum = "115cb9793e197c78f9d3809b3132b379" [static, private] |
Definition at line 7 of file _ecstats.py.
list ectools::msg::_ecstats::ecstats::_slot_types = ['bool','int32','int32','uint64','uint64','uint64','uint64','uint64','uint64','float64','float64'] [static, private] |
Definition at line 24 of file _ecstats.py.
string ectools::msg::_ecstats::ecstats::_type = "ectools/ecstats" [static, private] |
Definition at line 8 of file _ecstats.py.
Definition at line 44 of file _ecstats.py.
Definition at line 64 of file _ecstats.py.
Definition at line 56 of file _ecstats.py.
Definition at line 60 of file _ecstats.py.
Definition at line 48 of file _ecstats.py.
Definition at line 52 of file _ecstats.py.
Definition at line 46 of file _ecstats.py.
Definition at line 62 of file _ecstats.py.
Definition at line 54 of file _ecstats.py.
Definition at line 58 of file _ecstats.py.
Definition at line 50 of file _ecstats.py.