OpenCores
URL https://opencores.org/ocsvn/1g_ethernet_dpi/1g_ethernet_dpi/trunk

Subversion Repositories 1g_ethernet_dpi

[/] [1g_ethernet_dpi/] [tags/] [v0.0/] [sw/] [app/] [src/] [ethlc.hpp] - Rev 3

Compare with Previous | Blame | View Log

#ifndef _ETHLC_HPP_
#define _ETHLC_HPP_
 
#include <cstdio>
#include <iostream>
#include <sstream>
#include <string>
 
class ethlc {
public:
    bool ethlc_open(const std::string& paddress);
    bool ethlc_proc(void);
    bool ethlc_close(void);
    void ethlc_gdet(std::string& pdetails);
 
private:
// PROC:
    bool exec_shell_cmd(const std::string&  command,
                        std::string&        output,
                        const std::string&  mode);
// DATA:
    std::string address;
    std::string details;
};
 
#endif // _ETHLC_HPP_

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.