Public Member Functions | |
def | __init__ |
def | getBandwidth |
def | getEndTime |
def | getMaxByte |
def | getMessageNum |
def | getMinByte |
def | getStartTime |
def | getTotalBytes |
def | isAllTopicAvailable |
def | printBandWidth |
def | registerTopic |
Public Attributes | |
captureSize | |
scaleType | |
Static Public Attributes | |
int | captureSize = 100 |
tuple | lock = Lock() |
int | scaleType = 0 |
list | subscriberArray = [] |
list | topicSizesArray = [] |
list | topicTimesArray = [] |
Private Member Functions | |
def | _gen_callback |
Definition at line 13 of file topic_compare.py.
def topic_compare.ROSTopicCompare.__init__ | ( | self, | |
scale = "KB" , |
|||
captureSize = 100 |
|||
) |
Definition at line 20 of file topic_compare.py.
def topic_compare.ROSTopicCompare._gen_callback | ( | self | ) | [private] |
Definition at line 30 of file topic_compare.py.
def topic_compare.ROSTopicCompare.getBandwidth | ( | self, | |
i | |||
) |
Definition at line 68 of file topic_compare.py.
def topic_compare.ROSTopicCompare.getEndTime | ( | self, | |
i | |||
) |
Definition at line 66 of file topic_compare.py.
def topic_compare.ROSTopicCompare.getMaxByte | ( | self, | |
i | |||
) |
Definition at line 58 of file topic_compare.py.
def topic_compare.ROSTopicCompare.getMessageNum | ( | self, | |
i | |||
) |
Definition at line 62 of file topic_compare.py.
def topic_compare.ROSTopicCompare.getMinByte | ( | self, | |
i | |||
) |
Definition at line 60 of file topic_compare.py.
def topic_compare.ROSTopicCompare.getStartTime | ( | self, | |
i | |||
) |
Definition at line 64 of file topic_compare.py.
def topic_compare.ROSTopicCompare.getTotalBytes | ( | self, | |
i | |||
) |
Definition at line 56 of file topic_compare.py.
def topic_compare.ROSTopicCompare.isAllTopicAvailable | ( | self, | |
size | |||
) |
Definition at line 53 of file topic_compare.py.
def topic_compare.ROSTopicCompare.printBandWidth | ( | self | ) |
Definition at line 70 of file topic_compare.py.
def topic_compare.ROSTopicCompare.registerTopic | ( | self, | |
topic_name | |||
) |
Definition at line 49 of file topic_compare.py.
int topic_compare.ROSTopicCompare::captureSize = 100 [static] |
Definition at line 18 of file topic_compare.py.
Definition at line 20 of file topic_compare.py.
tuple topic_compare.ROSTopicCompare::lock = Lock() [static] |
Definition at line 19 of file topic_compare.py.
int topic_compare.ROSTopicCompare::scaleType = 0 [static] |
Definition at line 17 of file topic_compare.py.
Definition at line 20 of file topic_compare.py.
list topic_compare.ROSTopicCompare::subscriberArray = [] [static] |
Definition at line 14 of file topic_compare.py.
list topic_compare.ROSTopicCompare::topicSizesArray = [] [static] |
Definition at line 15 of file topic_compare.py.
list topic_compare.ROSTopicCompare::topicTimesArray = [] [static] |
Definition at line 16 of file topic_compare.py.