S
sumit15nov
Hi,
I am getting error to access singleton class object
please check the directory structure -
/home/user_name/src/component/osim
/home/user_name/src/oa/hal
now in this mode class diagram is -
osimbmsim is inherited from hal
hal <-- osimbmsim
there is a "server" class into /src/component/osim
inside this server i have written a function from where I am trying to get the instance of hal class, (hal is a singleton class) and from this instance I am calling the function of osimbmsim.
in server class I have included <hal/hal.h> and <osimbmsim.h>, because of this this is not able to find all the included header files in hal.
please give me some solution , I am trying since last night.
Thanks for help.
Sumit
I am getting error to access singleton class object
please check the directory structure -
/home/user_name/src/component/osim
/home/user_name/src/oa/hal
now in this mode class diagram is -
osimbmsim is inherited from hal
hal <-- osimbmsim
there is a "server" class into /src/component/osim
inside this server i have written a function from where I am trying to get the instance of hal class, (hal is a singleton class) and from this instance I am calling the function of osimbmsim.
in server class I have included <hal/hal.h> and <osimbmsim.h>, because of this this is not able to find all the included header files in hal.
please give me some solution , I am trying since last night.
Thanks for help.
Sumit