示例#1
0
 def pack(self):
   "Writes the current LoadedKnownFace, returning bytes."
   writer = msgbuffers.BinaryWriter()
   self.pack_to(writer)
   return writer.dumps()
示例#2
0
 def pack(self):
     "Writes the current CladPoint2d, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
示例#3
0
 def pack(self):
     "Writes the current ReactionTriggerToBehavior, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
 def pack(self):
     "Writes the current Disconnect, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
示例#5
0
 def pack(self):
     "Writes the current StartControllerTestMode, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
示例#6
0
 def pack(self):
     "Writes the current FeatureToggle, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
 def pack(self):
     "Writes the current ActivateSpark, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
示例#8
0
 def pack(self):
     "Writes the current EnrolledFaceStorage, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
示例#9
0
 def pack(self):
     "Writes the current OnboardingData, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
示例#10
0
 def pack(self):
     "Writes the current ObjectStoppedMoving, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
示例#11
0
 def pack(self):
   "Writes the current SetVizOrigin, returning bytes."
   writer = msgbuffers.BinaryWriter()
   self.pack_to(writer)
   return writer.dumps()
示例#12
0
 def pack(self):
     "Writes the current ObjectConnectionStateToRobot, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
示例#13
0
 def pack(self):
     "Writes the current ObjectPowerLevel, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
示例#14
0
 def pack(self):
     "Writes the current PoseStruct3d, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
 def pack(self):
     "Writes the current KillBodyCode, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
示例#16
0
 def pack(self):
     "Writes the current PathMotionProfile, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
 def pack(self):
     "Writes the current SetAccessoryDiscovery, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
 def pack(self):
   "Writes the current StopAllAudioEvents, returning bytes."
   writer = msgbuffers.BinaryWriter()
   self.pack_to(writer)
   return writer.dumps()
 def pack(self):
     "Writes the current SetAvailableGames, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
 def pack(self):
   "Writes the current PostAudioParameter, returning bytes."
   writer = msgbuffers.BinaryWriter()
   self.pack_to(writer)
   return writer.dumps()
 def pack(self):
     "Writes the current BehaviorManagerMessageUnion, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
示例#22
0
 def pack(self):
     "Writes the current MessageSimPhysics, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
 def pack(self):
     "Writes the current DataReceived, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
 def pack(self):
     "Writes the current FlashObjectIDs, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
示例#25
0
 def pack(self):
     "Writes the current UnlockedIdsList, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
 def pack(self):
     "Writes the current ObjectBeingCarried, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
示例#27
0
 def pack(self):
     "Writes the current AllTriggersConsidered, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
 def pack(self):
     "Writes the current StreamObjectAccel, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
示例#29
0
 def pack(self):
     "Writes the current LightState, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
示例#30
0
 def pack(self):
     "Writes the current CameraCalibration, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()