Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | Related Pages

ccsdsSocket Class Reference

Inheritance diagram for ccsdsSocket:

Inheritance graph
[legend]
Collaboration diagram for ccsdsSocket:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 __init__ (handler=None, debug=0, port=0)
 connect (host)
 disconnect ()
 handler (newhandler)
 readCCSDS ()
 CCSDS read routine.
 setTimeoutEnabled (flag)
 Enable or disable event timeout.
 isTimeoutEnabled ()
 Checks the event timeout state.
 setTimeout (timeout)
 Set the timeout value.
 getTimeout ()
 Query the current timeout value.

Detailed Description

Definition at line 36 of file HskCli.py.


Member Function Documentation

getTimeout  ) 
 

Query the current timeout value.

Returns:
Current event timeout value as a floating point number in seconds

isTimeoutEnabled  ) 
 

Checks the event timeout state.

Returns:
1 = If event timeout is enabled 0 = If event timeout is disabled

readCCSDS  ) 
 

CCSDS read routine.

This routine does the minimal work of reading the raw CCSDS data from a socket.

Returns:
socket buffer read

setTimeout timeout   ) 
 

Set the timeout value.

Parameters:
timeout Event timeout value as a floating point number in seconds. Default is 1 second.

setTimeoutEnabled flag   ) 
 

Enable or disable event timeout.

Parameters:
flag 1 = Enable event timeout 0 = Disable event timeout (default)


The documentation for this class was generated from the following file:
Generated on Fri Jul 21 13:27:15 2006 for LATTE R04-12-00 by doxygen 1.4.3