- Various little fixes to the TAS software
- Added a sync command for synchronizing a simulation server with the master server.
This commit is contained in:
19
synchronize.h
Normal file
19
synchronize.h
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
/*
|
||||
S y n c h r o n i z e
|
||||
|
||||
Synchronize parameters in this server with parameters from another
|
||||
SICS server.
|
||||
|
||||
Mark Koennecke, March 2001
|
||||
*/
|
||||
#ifndef SICSSYNC
|
||||
#define SICSSYNC
|
||||
|
||||
int MakeSync(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int Synchronize(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user