propershark / timetable_cpp

Purveyor of schedule information for transit agencies via GTFS feeds and WAMP procedures.
1 stars 0 forks source link

Distributed RPC definitions #9

Closed faultyserver closed 7 years ago

faultyserver commented 7 years ago

RPCs should exist in their own translation units as a way of separating concerns and additionally improving compile times (sans make clean escapades).

This PR also implements all of the RPCs conformant to and refined by #3 and #5 respectively.