Click here to Skip to main content
16,011,482 members

Comments by CMA21 (Top 5 by date)

CMA21 12-Jul-12 11:23am View    
in the Main it should have" state_One();"
CMA21 11-Jul-12 15:19pm View    
Hi pasztorpisti!

Thanks for the help unfortunately I am still having errors and after changing to the new code. Now I am not able to generate any text on the console when debug is activated
CMA21 11-Jul-12 15:17pm View    
Thus far I am able to display in the console the words "Frequency: " and "Power: " but with no values. It would seeem from my understanding (probably incorrect) that the methods created to pass these values to the variables are not functioning properly and most likely written incorrectly
CMA21 11-Jul-12 15:13pm View    
Excuse my numerouse errors the code was thrown together in 20 mins and I haven't used C++ since my first college semester many years ago.....

Objective:
1. Open saved file/state on the generator
2. Output in a console the values of numerous variables decalred by the state (ie. Freq: 1400 MHz, Power: 13 dBm)
3. From here I want to save the screen image appearing on the analyzer resulting from the state file being opened
CMA21 11-Jul-12 14:26pm View    
Sorry for not being specific. What I meant to ask more directly was, How do I change/fix my code to do the aforementioned objective?