Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of jro by
Diff: JroDDS.h
- Revision:
- 4:de495ce256b8
- Parent:
- 3:f0e6c145b075
--- a/JroDDS.h Thu Feb 05 21:31:37 2015 +0000
+++ b/JroDDS.h Tue Feb 10 14:28:42 2015 +0000
@@ -1,3 +1,6 @@
+#ifndef JRO_DDS
+#define JRO_DDS
+
#include "mbed.h"
#include "SerialDriver.h"
@@ -72,6 +75,7 @@
char* rdFrequency2();
char* rdAmplitudeI();
char* rdAmplitudeQ();
+ int isRFEnabled();
int wrMode(char mode);
int wrMultiplier(char multiplier, float clock);
int wrPhase1(char* phase, SerialDriver *screen=NULL);
@@ -87,5 +91,8 @@
char* getCmdAnswer();
unsigned long getCmdAnswerLen();
int setAllDevice(char* payload, SerialDriver *screen=NULL);
+ bool wasInitialized();
-};
\ No newline at end of file
+};
+
+#endif
\ No newline at end of file
