Tango::RUNNING state is affected by the following compilation error:
error: expected unqualified-id before numeric constant
The other Tango states are ok.
Hola a todos.
I am not able to re-produce your problem. I have written a litle test like
--------------------------------------
#include <tango.h> using namespace std;
int main(int argc, char *argv[]) { Tango::DevState ds; ds = Tango::RUNNING; cout << "State = " << ds << endl; }
------------------------------------------------------
It works fine. No compilation or execution problem.
Do you still have your problem?
Emmanuel Taurel
Log in to post a comment.
Hola a todos.
I am not able to re-produce your problem.
I have written a litle test like
--------------------------------------
#include <tango.h>
using namespace std;
int main(int argc, char *argv[])
{
Tango::DevState ds;
ds = Tango::RUNNING;
cout << "State = " << ds << endl;
}
------------------------------------------------------
It works fine. No compilation or execution problem.
Do you still have your problem?
Emmanuel Taurel