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