Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages | Examples

vetNetServer Class Reference

Inheritance diagram for vetNetServer:

vetOutput

Public Member Functions

 vetNetServer ()
 vetNetServer (unsigned int port)
int importFrom (vetFrameCache &img)
 Analyze frame and store statistics, elaboration time is saved.
int importFrom (vetFrameCache24 &img)
 Analyze frame and store statistics, elaboration time is saved.
int importFrom (vetFrameGrey &img)
 Analyze frame and store statistics, elaboration time is saved.

Detailed Description

Definition at line 62 of file vetNetServer.h.


Member Function Documentation

int vetNetServer::importFrom vetFrameGrey img  ) 
 

Analyze frame and store statistics, elaboration time is saved.

Parameters:
[in] img Greyscale VETLib Frame to be processed (analyzed)
Returns:
VETRET_OK if everything is fine, VETRET_PARAM_ERR if frame is not valid, VETRET_INTERNAL_ERR or VETRET_ILLEGAL_USE else.
Note:
Input operator (<<) call directly this function.
See also:
operator << (vetFrameGrey&)

Definition at line 232 of file vetNetServer.cpp.

References INFO.

int vetNetServer::importFrom vetFrameCache24 &  img  ) 
 

Analyze frame and store statistics, elaboration time is saved.

Parameters:
[in] img VETLib Cache24 Frame to be processed (analyzed)
Returns:
VETRET_OK if everything is fine, VETRET_PARAM_ERR if frame is not valid, VETRET_INTERNAL_ERR or VETRET_ILLEGAL_USE else.
Note:
Input operator (<<) call directly this function.
See also:
operator << (vetFrameCache24&)

Definition at line 196 of file vetNetServer.cpp.

References INFO, and VETRET_NOT_IMPLEMENTED.

int vetNetServer::importFrom vetFrameCache &  img  ) 
 

Analyze frame and store statistics, elaboration time is saved.

Parameters:
[in] img VETLib Cache Frame to be processed (analyzed)
Returns:
VETRET_OK if everything is fine, VETRET_PARAM_ERR if frame is not valid, VETRET_INTERNAL_ERR or VETRET_ILLEGAL_USE else.
Note:
Input operator (<<) call directly this function.
See also:
operator << (vetFrameCache&)

Definition at line 178 of file vetNetServer.cpp.

References INFO, and VETRET_NOT_IMPLEMENTED.


The documentation for this class was generated from the following files:
Generated on Tue Jan 24 11:59:41 2006 for VETLib by  doxygen 1.4.4