![]() |
VR-Link API Documentation for HLA 1516
|
Collaboration diagram for DtSelectParam:Public Member Functions | |
| DtSelectParam () | |
| int | select (DtTime timeout) |
| void | addRead (int fd) |
| void | delRead (int fd) |
| int | canRead (int fd) |
Private Attributes | |
| int | maxfd |
| fd_set | read0 |
| fd_set | read |
| DtSelectParam::DtSelectParam | ( | ) | [inline] |
| void DtSelectParam::addRead | ( | int | fd | ) | [inline] |
References DtMax().
| int DtSelectParam::canRead | ( | int | fd | ) | [inline] |
| void DtSelectParam::delRead | ( | int | fd | ) | [inline] |
| int DtSelectParam::select | ( | DtTime | timeout | ) | [inline] |
References DtSelect().
int DtSelectParam::maxfd [private] |
fd_set DtSelectParam::read [private] |
fd_set DtSelectParam::read0 [private] |