Dependents:   mtsas

Fork of MTS-Cellular by MultiTech

Cellular/CellularFactory.h

Committer:
jfanucch
Date:
2015-09-15
Revision:
79:bc734e4d4da7
Parent:
26:2b769ed8de4f

File content as of revision 79:bc734e4d4da7:

#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