ci_settime

Synopsis

    #include "nortlib.h"
    void ci_settime( long int time );
    const char *ci_time_str( void );
    

Description

ci_settime is an internal function used to update a command client's time. This is used during playback of algorithms to allow outbound commands to be logged with their TM time instead of the current time.

ci_time_str() returns a string which is appropriate for output of algorithm time when in playback mode. If not in playback mode, or if ci_settime() has not yet been called, an empty string is returned.

Returns

ci_settime() return nothing. ci_time_str() returns a string.

See Also

Command Server and Client functions.

Source File

/usr/local/src/nortlib/cic.c

Alphabetical List
Subject List
Return to Manuals Page
webmaster@huarp.harvard.edu
Copyright 2001 by the President and Fellows of Harvard College