Go to the source code of this file.
Namespaces | |
| namespace | ppf |
Classes | |
| class | ppf::coord |
| A consise container for an (x,t) co-ordinate and corresponding data value. More... | |
| class | ppf::ppf_error |
| Thrown when an error occurs with the PPF system. More... | |
Typedefs | |
| typedef int | ppf::accessflag |
| Access flags are used in conjunction with the connect() method to specify read and write access to the PPF system. | |
| typedef int | ppf::ioflag |
| I/O flags can be used to modify the reading and writing of PPF DDA datatypes. | |
Enumerations | |
| enum | ppf::processflag { ppf::nearest, ppf::linear } |
| Process flags can be used to modify the operation of a number of data get and set methods. More... | |
Variables | |
| static const accessflag | ppf::read = 0x01 |
| Open PPF system for reading. | |
| static const accessflag | ppf::write = 0x02 |
| Open PPF system for writing. | |
| static const ioflag | ppf::tvector = 0x01 |
| Enables reading or writing of the T vector. | |
| static const ioflag | ppf::xvector = 0x02 |
| Enables reading or writing of the X vector. | |
| static const ioflag | ppf::noxvector = 0x04 |
| Disables reading or writing of the X vector. | |
| static const ioflag | ppf::notvector = 0x08 |
| Disables reading or writing of the T vector. | |
| static const ioflag | ppf::lastxvector = 0x10 |
| (Writing only) Instructs the PPF system to reuse the X vector of a previously written datatype. | |
| static const ioflag | ppf::lasttvector = 0x20 |
| (Writing only) Instructs the PPF system to reuse the T vector of a previously written datatype. | |
1.4.6-NO