mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
14 lines
378 B
C++
14 lines
378 B
C++
|
|
/*
|
||
|
|
* OutgoingEntryReciever.cpp
|
||
|
|
*
|
||
|
|
* Created on: Nov 3, 2012
|
||
|
|
* Author: Mitchell Wills
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "networktables2/OutgoingEntryReceiver.h"
|
||
|
|
|
||
|
|
OutgoingEntryReceiver_NULL_t OutgoingEntryReceiver_NULL;
|
||
|
|
|
||
|
|
void OutgoingEntryReceiver_NULL_t::offerOutgoingAssignment(NetworkTableEntry* entry){}
|
||
|
|
void OutgoingEntryReceiver_NULL_t::offerOutgoingUpdate(NetworkTableEntry* entry){}
|