Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

tacServer.h File Reference

#include "ccs.h"
#include "tacTypes.h"

Include dependency graph for tacServer.h:

Include dependency graph

Go to the source code of this file.

Enumerations

enum  tacDATA_CALLBACK_TYPE { tacDATA_MONITOR_CALLBACK = 0, tacDATA_PROBE_CALLBACK }

Functions

ccsCOMPL_STAT tacServerConfigRTC (ccsERROR *error)
ccsCOMPL_STAT tacServerConfig (char *fileName, ccsERROR *error)
ccsCOMPL_STAT tacServerReport (char *fileName, ccsERROR *error)
ccsCOMPL_STAT tacServerResetAlgorithm (ccsERROR *error)
ccsCOMPL_STAT tacServerStopAlgorithm (ccsERROR *error)
ccsCOMPL_STAT tacServerRecord (char *fileName, char *blockName, vltUINT32 sample, ccsERROR *error)
ccsCOMPL_STAT tacServerStopRecord (ccsERROR *error)
ccsCOMPL_STAT tacServerAddBlock (char *type, char *name, tacPARAM *parameter, ccsERROR *error)
ccsCOMPL_STAT tacServerDeleteBlock (char *name, ccsERROR *error)
ccsCOMPL_STAT tacServerModifyBlock (char *name, tacPARAM *parameter, vltINT32 reply, ccsERROR *error)
ccsCOMPL_STAT tacServerAddLink (char *name, char *srcName, vltUINT32 srcPort, char *dstName, vltUINT32 dstPort, ccsERROR *error)
ccsCOMPL_STAT tacServerDeleteLink (char *name, ccsERROR *error)
ccsCOMPL_STAT tacServerClearAlgorithm (ccsERROR *error)
ccsCOMPL_STAT tacServerGetCurrentTime (ccsTIMEVAL *time, ccsERROR *error)
ccsCOMPL_STAT tacServerReadMonitorValue (char *name, vltDOUBLE *data, vltINT32 dataId, ccsERROR *error)
vltINT32 tacServerGetSubState (void)
ccsCOMPL_STAT tacServerInstallDataCallback (vltUINT32 callbackType, char *name, void(*theCallback)(), void *usrParam, ccsERROR *error)
ccsCOMPL_STAT tacServerRemoveDataCallback (vltUINT32 callbackType, char *name, ccsERROR *error)
ccsCOMPL_STAT tacServerSimulate (ccsERROR *error)
ccsCOMPL_STAT tacServerStopSim (ccsERROR *error)


Enumeration Type Documentation

enum tacDATA_CALLBACK_TYPE
 

Enumeration values:
tacDATA_MONITOR_CALLBACK 
tacDATA_PROBE_CALLBACK 


Function Documentation

ccsCOMPL_STAT tacServerConfigRTC ccsERROR *    error
 

ccsCOMPL_STAT tacServerConfig char *    fileName,
ccsERROR *    error
 

ccsCOMPL_STAT tacServerReport char *    fileName,
ccsERROR *    error
 

ccsCOMPL_STAT tacServerResetAlgorithm ccsERROR *    error
 

ccsCOMPL_STAT tacServerStopAlgorithm ccsERROR *    error
 

ccsCOMPL_STAT tacServerRecord char *    fileName,
char *    blockName,
vltUINT32    sample,
ccsERROR *    error
 

ccsCOMPL_STAT tacServerStopRecord ccsERROR *    error
 

ccsCOMPL_STAT tacServerAddBlock char *    type,
char *    name,
tacPARAM   parameter,
ccsERROR *    error
 

ccsCOMPL_STAT tacServerDeleteBlock char *    name,
ccsERROR *    error
 

ccsCOMPL_STAT tacServerModifyBlock char *    name,
tacPARAM   parameter,
vltINT32    reply,
ccsERROR *    error
 

ccsCOMPL_STAT tacServerAddLink char *    name,
char *    srcName,
vltUINT32    srcPort,
char *    dstName,
vltUINT32    dstPort,
ccsERROR *    error
 

ccsCOMPL_STAT tacServerDeleteLink char *    name,
ccsERROR *    error
 

ccsCOMPL_STAT tacServerClearAlgorithm ccsERROR *    error
 

ccsCOMPL_STAT tacServerGetCurrentTime ccsTIMEVAL *    time,
ccsERROR *    error
 

ccsCOMPL_STAT tacServerReadMonitorValue char *    name,
vltDOUBLE *    data,
vltINT32    dataId,
ccsERROR *    error
 

vltINT32 tacServerGetSubState void   
 

ccsCOMPL_STAT tacServerInstallDataCallback vltUINT32    callbackType,
char *    name,
void(*    theCallback)(),
void *    usrParam,
ccsERROR *    error
 

ccsCOMPL_STAT tacServerRemoveDataCallback vltUINT32    callbackType,
char *    name,
ccsERROR *    error
 

ccsCOMPL_STAT tacServerSimulate ccsERROR *    error
 

ccsCOMPL_STAT tacServerStopSim ccsERROR *    error
 


Generated on Wed Dec 3 14:56:03 2003 for ATCS API by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001