LRT13
1.0
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Components
ComponentSystemUnitTest.h
1
#include "Component.h"
2
#include "../Config/DriverStationConfig.h"
3
#include "../Config/RobotConfig.h"
4
#include "../Utils/AsyncPrinter.h"
5
6
#include "../Network/NetPeer.h"
7
#include "../Network/NetBuffer.h"
8
9
//using namespace Network;
10
15
class
ComponentSystemUnitTest
:
public
Component
16
{
17
public
:
21
ComponentSystemUnitTest
();
22
26
~ComponentSystemUnitTest
();
27
31
virtual
void
onEnable
();
32
36
virtual
void
onDisable
();
37
41
virtual
void
enabledPeriodic
();
42
46
virtual
void
disabledPeriodic
();
47
48
private
:
49
// NetBuffer* m_netBuffer;
50
// NetPeer* m_netConnection;
51
};
Generated on Thu Nov 28 2013 20:16:51 for LRT13 by
1.8.3