mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 18:06:43 +00:00
Added sendData function call to remote main.
Commented out more things that are currently not needed.
This commit is contained in:
@@ -12,16 +12,16 @@ class RemoteControl
|
||||
public:
|
||||
RemoteControl();
|
||||
~RemoteControl();
|
||||
void createNamedPipe(void);
|
||||
void sendData(uint16_t top, uint16_t left, uint16_t bottom, uint16_t right);
|
||||
#ifdef FIFO_TEST
|
||||
void startTest(void);
|
||||
#endif
|
||||
|
||||
private:
|
||||
void createNamedPipe(void);
|
||||
#ifdef FIFO_TEST
|
||||
float randomFloatBetween(float min, float max);
|
||||
#endif
|
||||
int mFifoFdIn;
|
||||
#endif
|
||||
int mFifoFdOut;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user