lockstep.h File Reference


Detailed Description

Contains telnet declarations for the lock-step code.

X-1.2 Camiel Vanderhoeven 30-MAR-2007 Added old changelog comments.

X-1.1 Camiel Vanderhoeven 28-FEB-2007 Created to support lockstep debugging.

Author:
Camiel Vanderhoeven (camiel@camicom.com / http://www.camicom.com)

Definition in file lockstep.h.

#include "telnet.h"

Go to the source code of this file.

Defines

#define INCLUDED_LOCKSTEP_H

Functions

void lockstep_init ()
void lockstep_sync_m2s (char *s)
void lockstep_sync_s2m (char *s)
void lockstep_compare (char *s)
void lockstep_send (char *s)
void lockstep_receive (char *s, int sz)

Variables

int ls_Socket
char ls_IP [30]


Define Documentation

#define INCLUDED_LOCKSTEP_H

Definition at line 39 of file lockstep.h.


Function Documentation

void lockstep_compare ( char *  s  ) 

Definition at line 165 of file lockstep.cpp.

References cmpbuffer, and ls_Socket.

Referenced by CSystem::SingleStep().

void lockstep_init (  ) 

Definition at line 56 of file lockstep.cpp.

References INVALID_SOCKET, ls_IP, and ls_Socket.

Referenced by main().

void lockstep_receive ( char *  s,
int  sz 
)

Definition at line 238 of file lockstep.cpp.

References ls_Socket.

Referenced by CTraceEngine::run_script().

void lockstep_send ( char *  s  ) 

Definition at line 214 of file lockstep.cpp.

References ls_Socket.

Referenced by CTraceEngine::run_script().

void lockstep_sync_m2s ( char *  s  ) 

Definition at line 111 of file lockstep.cpp.

References ls_Socket.

Referenced by CSystem::SingleStep().

void lockstep_sync_s2m ( char *  s  ) 

Definition at line 137 of file lockstep.cpp.

References ls_Socket.


Variable Documentation

char ls_IP[30]

Definition at line 52 of file lockstep.cpp.

Referenced by CSerial::init(), and lockstep_init().

int ls_Socket


SourceForge.net Logo
Project space on SourceForge.net