Skip to content

Instantly share code, notes, and snippets.

@maruno
Created November 22, 2012 14:07
Show Gist options
  • Save maruno/4131348 to your computer and use it in GitHub Desktop.
Save maruno/4131348 to your computer and use it in GitHub Desktop.
Simtime timepoint to realtime
std::chrono::time_point<std::chrono::high_resolution_clock> deliveryRealTime = Clock::getInstance().getStartTime();
deliveryRealTime += (message->deliveryTime / config::globals::simulationSpeedMultiplier);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment