creating a callback method in C++

asuteau
Posts: 20
Joined: Tue Jan 05, 2010 8:01 am
Location: Angers, FRANCE

Re: creating a callback method in C++

Post by asuteau »

Ok,

In fact I have on more question about creating callbacks for OptiTrack cameras. In my project, I have 2 main classes :
  • the first one handles a list of cameras and inherits from INPCameraCollectionEvents.
  • the second one handles a single camera from the list and inherits from INPCameraEvents.

It works very fine in that way.

Now, I'd like to define just one class (handling both a single camera and a list of cameras). So my new class inherits both from INPCameraCollectionEvents and INPCameraEvents.
But whereas collection events work fine, camera events don't work at all.
Do you have any idea about how to create a class which inherits both from INPCameraCollectionEvents and INPCameraEvents classes ?

Thanks for your answer.

Best regards,
Aymeric.
belleJiday
Posts: 1
Joined: Mon Mar 23, 2020 10:40 am

How to disable avatar?

Post by belleJiday »

Hello i am new user and i would to ask you, How to disable avatar?
Post Reply