2#include "ManagedObject.h"
4using oceandirect::api::LHSensorAPI;
5using NetOceanDirect::ManagedObject;
6using NetOceanDirect::MemoryCleanup;
10 typedef ManagedObject<LHSensorAPI, MemoryCleanup::noDeletion>
SensorBase;
90 virtual array<unsigned short>^
getBadPixelIndices(
unsigned int deviceID,
int %errorCode);
Definition NetLighthouse.h:21
ManagedObject< LHSensorAPI, MemoryCleanup::noDeletion > SensorBase
Definition NetLighthouseSensorInformation.h:10