MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
More...
#include <MDSTk/Base/mdsSetup.h>
#include <MDSTk/Base/mdsSharedPtr.h>
#include "mdsSystem.h"
#include "mdsSystemExport.h"
#include <string>
Classes | |
class | mds::sys::CNamedPipe |
Named pipe. More... | |
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::sys |
Typedefs | |
typedef CNamedPipe::tSmartPtr | mds::sys::CNamedPipePtr |
Smart pointer to a named pipe. | |
Enumerations | |
enum | mds::sys::EPipeState { mds::sys::P_DISCONNECTED = 1 << 0, mds::sys::P_CONNECTED = 1 << 1, mds::sys::P_BROKEN = (1 << 2) | P_DISCONNECTED, mds::sys::P_END = (1 << 3) | P_DISCONNECTED } |
Named pipe state. More... | |
enum | mds::sys::EPipeType { mds::sys::P_IN = 1 << 0, mds::sys::P_OUT = 1 << 1 } |
Type of the named pipe. More... | |
Variables | |
const unsigned | mds::sys::P_RESOLUTION = 100 |
Wait function resolution. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2004/04/06
Description: