Joaquin Verastegui / jro

Dependents:   JRO_CR2 frdm_test

Fork of jro by Miguel Urco

Revision:
4:de495ce256b8
Parent:
3:f0e6c145b075
diff -r f0e6c145b075 -r de495ce256b8 JroDDS.h
--- 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