Exemple #1
0
 def pack(self):
   "Writes the current LoadedKnownFace, returning bytes."
   writer = msgbuffers.BinaryWriter()
   self.pack_to(writer)
   return writer.dumps()
Exemple #2
0
 def pack(self):
     "Writes the current CladPoint2d, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemple #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()
Exemple #5
0
 def pack(self):
     "Writes the current StartControllerTestMode, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemple #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()
 def pack(self):
     "Writes the current EnrolledFaceStorage, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemple #9
0
 def pack(self):
     "Writes the current OnboardingData, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
 def pack(self):
     "Writes the current ObjectStoppedMoving, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemple #11
0
 def pack(self):
   "Writes the current SetVizOrigin, returning bytes."
   writer = msgbuffers.BinaryWriter()
   self.pack_to(writer)
   return writer.dumps()
 def pack(self):
     "Writes the current ObjectConnectionStateToRobot, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
 def pack(self):
     "Writes the current ObjectPowerLevel, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemple #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()
Exemple #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()
Exemple #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()
 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()
Exemple #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()
Exemple #29
0
 def pack(self):
     "Writes the current LightState, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()
Exemple #30
0
 def pack(self):
     "Writes the current CameraCalibration, returning bytes."
     writer = msgbuffers.BinaryWriter()
     self.pack_to(writer)
     return writer.dumps()