#include <SIO_iodev.h>
Inheritance diagram for SIO_iodev:


Public Member Functions | |
| SIO_iodev (const int, const char *) | |
| ~SIO_iodev () | |
| unsigned int | xfer (SIO_stream *, SIO_operation, unsigned int) |
| unsigned int | version () |
Private Attributes | |
| int | major |
| int | minor |
| int | ev_num |
| std::string | type |
| double | d |
|
||||||||||||
|
|
|
|
Definition at line 13 of file SIO_iodev.cc.
00013 {}
|
|
|
Implements SIO_block. Definition at line 31 of file SIO_iodev.cc. References SIO_SIO_iod_MAJOR, SIO_SIO_iod_MINOR, and SIO_VERSION_ENCODE.
00032 {
00033 return(SIO_VERSION_ENCODE(SIO_SIO_iod_MAJOR,SIO_SIO_iod_MINOR));
00034 }
|
|
||||||||||||||||
|
Implements SIO_block. Definition at line 15 of file SIO_iodev.cc. References SIO_BLOCK_SUCCESS, SIO_DATA, and SIO_operation.
00020 {
00021 if(op||version) ; // make compiler happy
00022 unsigned int status;
00023 int dummy = 10;
00024 SIO_DATA(stream,&dummy,1);
00025 SIO_DATA(stream,&ev_num,1);
00026 return(SIO_BLOCK_SUCCESS);
00027 }
|
|
|
Definition at line 22 of file SIO_iodev.h. |
|
|
Definition at line 20 of file SIO_iodev.h. |
|
|
Definition at line 18 of file SIO_iodev.h. |
|
|
Definition at line 19 of file SIO_iodev.h. |
|
|
Definition at line 21 of file SIO_iodev.h. |
1.3.4