Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
ChronyConfigurer.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_AUXILIARY_CHRONYCONFIGURER_HPP_
2#define IV_SRC_AUXILIARY_CHRONYCONFIGURER_HPP_
3
4#include "core/types.hpp"
5#include "diamar/Station.hpp"
6
8{
9bool configureChrony(std::shared_ptr<iv::diamar::Stations> stations, std::string &errorMessage,
11
12bool isChronyRunning();
13}// namespace iv::auxiliary::chrony
14#endif//IV_SRC_AUXILIARY_CHRONYCONFIGURER_HPP_
Definition ChronyConfigurer.cpp:28
bool configureChrony(std::shared_ptr< iv::diamar::Stations > stations, std::string &errorMessage, iv::types::stationId stationId)
Definition ChronyConfigurer.cpp:29
bool isChronyRunning()
Definition ChronyConfigurer.cpp:149
std::string retrieveHostName()
Retrieve the hostname.
Definition system.cpp:178
std::string stationId
Definition types.hpp:75