#include <fesa-core/Synchronization/Timing.h>
#include <fesa-core-gsi/Exception/GSIException.h>
#include <fesa-core/Synchronization/MultiplexingContext.h>
#include <fesa-core/Synchronization/SynchronizationLabObjectFactory.h>
#include <fesa-core-gsi/Synchronization/GSICycleDescriptor.h>
#include <tim/TimLib.h>
#include <sys/time.h>
#include <math.h>
#include <string>
#include <iostream>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | fesa |
Functions | |
void | fesa::parseCycleSelector (const std::string &cycleSelector, fesa::CycleSelector &cycleSelectorStructure) |
void | fesa::validateCycleSelector (fesa::CycleSelector &cycleSelector, fesa::RequestType requestType) |
bool | fesa::match (const std::string &cycleSelector, fesa::MultiplexingContext *context) |
long long | fesa::getActualTime (bool &isHwTime) |
std::string | fesa::getTimeString (long long time, char *format) |
int | fesa::getCycleTime () |