Exemplo n.º 1
0
 def pack(self):
   "Writes the current LoadedKnownFace, returning bytes."
   writer = msgbuffers.BinaryWriter()
   self.pack_to(writer)
   return writer.dumps()
Exemplo n.º 2
0
 def pack(self):
     "Writes the current CladPoint2d, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemplo n.º 3
0
 def pack(self):
     "Writes the current ReactionTriggerToBehavior, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemplo n.º 4
0
 def pack(self):
     "Writes the current Disconnect, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemplo n.º 5
0
 def pack(self):
     "Writes the current StartControllerTestMode, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemplo n.º 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()
Exemplo n.º 8
0
 def pack(self):
     "Writes the current EnrolledFaceStorage, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemplo n.º 9
0
 def pack(self):
     "Writes the current OnboardingData, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemplo n.º 10
0
 def pack(self):
     "Writes the current ObjectStoppedMoving, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemplo n.º 11
0
 def pack(self):
   "Writes the current SetVizOrigin, returning bytes."
   writer = msgbuffers.BinaryWriter()
   self.pack_to(writer)
   return writer.dumps()
Exemplo n.º 12
0
 def pack(self):
     "Writes the current ObjectConnectionStateToRobot, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemplo n.º 13
0
 def pack(self):
     "Writes the current ObjectPowerLevel, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemplo n.º 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()
Exemplo n.º 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()
Exemplo n.º 18
0
 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()
Exemplo n.º 20
0
 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()
Exemplo n.º 22
0
 def pack(self):
     "Writes the current MessageSimPhysics, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemplo n.º 23
0
 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()
Exemplo n.º 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()
Exemplo n.º 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()
Exemplo n.º 29
0
 def pack(self):
     "Writes the current LightState, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemplo n.º 30
0
 def pack(self):
     "Writes the current CameraCalibration, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()