Files
allwpilib/wpilibc/src/main/native/include/frc
Peter Johnson 96348e835a Fix C++ SendableRegistry::AddChild() (#2207)
Add a Sendable* overload so pointers to sendable objects work appropriately.
Otherwise an AddLW(this) in a child (which is a Sendable*) could be a
different pointer than a void* to the same object.

For example:
  AnalogInput constructor calls AddLW(this)
  AnalogPotentiometer constructor calls AddChild(analog input pointer)

Also add handling for the child object moving (if it's Sendable).
2019-12-29 23:37:14 -06:00
..
2019-09-14 15:22:54 -05:00
2019-11-11 22:03:29 -08:00
2018-12-25 22:58:04 -06:00
2019-12-22 13:51:43 -06:00
2019-09-14 15:22:54 -05:00
2019-09-14 15:22:54 -05:00
2019-10-26 08:21:40 -07:00