MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / PbEvent

Class PbEvent

simcore/post_script/pb_save_agent.py:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23class PbEvent:
24 def __init__(self, timestamp: float, topic: str, payload: bytes):
25 self.timestamp: float = timestamp # unit ms
26 self.topic: str = topic # topic of payload
27 self.payload: bytes = payload # serialized bytes of protobuf message
28
29
30class PblogWriter:

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected