OpenCores
URL https://opencores.org/ocsvn/wbuart32/wbuart32/trunk

Subversion Repositories wbuart32

[/] [wbuart32/] [trunk/] [bench/] [cpp/] [uartsim.h] - Diff between revs 11 and 18

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 11 Rev 18
Line 77... Line 77...
 
 
        // setup_listener is an attempt to encapsulate all of the network
        // setup_listener is an attempt to encapsulate all of the network
        // related setup stuff.
        // related setup stuff.
        void    setup_listener(const int port);
        void    setup_listener(const int port);
 
 
 
        // Call check_for_new_connections() to see if we can accept a new
 
        // network socket connection to our device
 
        void    check_for_new_connections(void);
 
 
        // nettick() gets called if we are connected to a network, and
        // nettick() gets called if we are connected to a network, and
        int     nettick(const int i_tx);
        int     nettick(const int i_tx);
        // fdtick() if we are not.
        // fdtick() if we are not.
        int     fdtick(const int i_tx);
        int     fdtick(const int i_tx);
 
 

powered by: WebSVN 2.1.0

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