Motion Master 6.0.0-alpha.50
Next-generation motion control software
Loading...
Searching...
No Matches
game_loop.cc File Reference
#include "game_loop.h"
#include <spdlog/spdlog.h>
#include <chrono>
#include <nlohmann/json.hpp>
#include "core/cyclic_timer.h"
#include <pthread.h>
#include <sched.h>
Include dependency graph for game_loop.cc:

Functions

void to_json (nlohmann::json &j, const GameLoopHealth &h)
 Serializes a GameLoopHealth to JSON (found via ADL by nlohmann::json).
 

Function Documentation

◆ to_json()

void to_json ( nlohmann::json &  j,
const GameLoopHealth h 
)

Serializes a GameLoopHealth to JSON (found via ADL by nlohmann::json).