TwiceAsNice  2019-02-18
Macros | Variables
apgHelper.cpp File Reference
#include "apgHelper.h"
#include <sstream>
#include <fstream>
#include <algorithm>
#include <stdexcept>
#include <iomanip>
#include <cmath>
#include <stdio.h>
#include "ApgLogger.h"
#include "helpers.h"
#include "config.h"
#include <unistd.h>
Include dependency graph for apgHelper.cpp:

Macros

#define Sleep(x)   usleep((x)*1000)
 namespace helper for the apg library More...
 

Variables

const char * sysconfdir = APOGEE_CONF_DIR
 

Macro Definition Documentation

◆ Sleep

#define Sleep (   x)    usleep((x)*1000)

namespace helper for the apg library

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Copyright(c) 2010 Apogee Instruments, Inc.

Variable Documentation

◆ sysconfdir

const char* sysconfdir = APOGEE_CONF_DIR