NetBurner 3.1
AtCommandProc.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
5
#ifndef _AT_COMMAND_PROC_H_
6
#define _AT_COMMAND_PROC_H_
7
#pragma once
8
9
#include "ThroughputConstants.h"
10
15
class
AtCommandProc
16
{
17
public
:
18
AtCommandProc
(){}
19
~
AtCommandProc
(){}
20
21
bool
SetMode( TestModes mode );
22
23
private
:
24
bool
InitiateAtCommands();
25
};
26
27
#endif
/* _AT_COMMAND_PROC_H_ */
AtCommandProc
Definition:
AtCommandProc.h:15
examples
unitTest
src
tests
throughput
SerialToEtherThroughput
AtCommandProc.h
Generated by
1.8.14