![]() |
Serveur OPCUA générique
|
#include <pci.h>
Fonctions membres publiques | |
| Pci (const char *acm="/dev/ttyS0") | |
| void | sOpen () |
| void | sWrite (std::string c) |
| void | putchar (char *c, int n) |
| void | sRead (std::string *buf) |
| void | sClose () |
| int | getDevice () |
Attributs publics | |
| int | nb_read |
| unsigned char | buffer [LG_BUFFER] |
| int | tty_fd |
| std::string | m_port |
| Pci::Pci | ( | const char * | acm = "/dev/ttyS0" | ) |
| int Pci::getDevice | ( | ) |
| void Pci::putchar | ( | char * | c, |
| int | n | ||
| ) |
| void Pci::sClose | ( | ) |
| void Pci::sOpen | ( | ) |
| void Pci::sRead | ( | std::string * | buf | ) |
| void Pci::sWrite | ( | std::string | c | ) |
| unsigned char Pci::buffer[LG_BUFFER] |
| std::string Pci::m_port |
| int Pci::nb_read |
| int Pci::tty_fd |
1.8.3.1