|
PdCom
4.2
Process data communication client
|
#include <string>#include <vector>#include <ostream>#include <istream>#include <stdint.h>Go to the source code of this file.
Classes | |
| class | PdCom::Variable |
| Process variable. More... | |
| class | PdCom::Variable::Subscription |
| Subscription class. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const PdCom::Variable::Subscription &subscription) |
| Stream operator to dump a Subscription to std::ostream. | |
| std::istream & | operator>> (std::istream &is, const PdCom::Variable &variable) |
| Stream operator to write a value to a Variable. | |
1.8.14