traintastic/server/ideas.md
Reinder Feenstra 3a828ee733 WIP
2020-07-29 09:23:55 +02:00

699 B

length/speed

LengthProperty

  • double value
  • enum unit: mm, cm, m, inch, ft, yard

SpeedProperty

  • double value
  • enum speed: m/s, km/h, mph

WeightProperty

  • double value
  • enum unit: T (metric)

RailVehicle

  • id
  • name
  • lob
  • weight
  • decoder
  • decoder2

task thread

std::thread task( loconet=shared_ptr() { for(uint8_t slot = SLOT_LOCO_MIN; slot <= SLOT_LOCO_MAX; slot++) { EventLoop::call( loconet, slot { loconet->send(RequestSlotData(slot)); }); std::this_thread::sleep_for(std::chrono::milliseconds(10)); } }); task.detach();

usb xpressnet

adm2484 iso rs485