EUROPEAN SYNCHROTRON RADIATION FACILITY
INSTALLATION EUROPEENNE DE RAYONNEMENT SYNCHROTRON
ESRF Logo
Main Page   Namespace List   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

Starter.cpp File Reference

#include <sys/wait.h>
#include <stdio.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <signal.h>
#include <tango.h>
#include <StarterUtil.h>
#include <Starter.h>
#include <StarterClass.h>

Namespaces

namespace  Starter

Defines

#define DECLARE_TIME_VAR   struct timeval before, after;
#define GET_TIME(t)   gettimeofday(&t, NULL);
#define ELAPSED(before, after)

Variables

const char * RcsId = "$Header: /cvsroot/tango-cs/tango/cppserver/starter/doc_html/html/Starter_8cpp.html,v 1.2 2003/12/08 08:53:53 pascal_verdier Exp $"

Define Documentation

#define DECLARE_TIME_VAR   struct timeval before, after;
 

#define ELAPSED before,
after   
 

Value:

1000.0*(after.tv_sec-before.tv_sec) + \
        (double) (after.tv_usec-before.tv_usec) / 1000;

#define GET_TIME      gettimeofday(&t, NULL);
 


Variable Documentation

const char* RcsId = "$Header: /cvsroot/tango-cs/tango/cppserver/starter/doc_html/html/Starter_8cpp.html,v 1.2 2003/12/08 08:53:53 pascal_verdier Exp $" [static]
 

Tango Device Server User's Guide



(c) ESRF - Software Engineering Group