NDEVR
API Documentation
LocalBattery.h
1#pragma once
2#include "DLLInfo.h"
3#include <NDEVR/Battery.h>
4namespace NDEVR
5{
10 class HARDWARE_API LocalBattery
11 {
12 public:
16 };
17}
The equivelent of std::vector but with a bit more control.
Definition Buffer.hpp:58
Allows the software to get information about local system batteries.
static Buffer< Battery * > GetLocalBatteries()
Queries the system for all local batteries and returns them.
The primary namespace for the NDEVR SDK.