Dependents:   mtsas

Fork of MTS-Cellular by MultiTech

Cellular/CellularFactory.h

Committer:
Mike Fiore
Date:
2014-05-22
Revision:
11:4e428f689069
Child:
26:2b769ed8de4f

File content as of revision 11:4e428f689069:

#ifndef CELLULARFACTORY_H
#define CELLULARFACTORY_H

#include "UIP.h"
//#include "EasyIP.h"
#include "MTSBufferedIO.h"

namespace mts {

class CellularFactory
{
public:
    static Cellular* create(MTSBufferedIO* io);
};

}

#endif