Now you can download a copy of these docs so you can use them offline! Download now
EnumCameraParameter.h
1 /*----------------------------------------------------------------------------*/
2 /* Copyright (c) FIRST 2008. All Rights Reserved. */
3 /* Open Source Software - may be modified and shared by FRC teams. The code */
4 /* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */
5 /*----------------------------------------------------------------------------*/
6 
7 #ifndef __ENUM_CAMERA_PARAMETER_H__
8 #define __ENUM_CAMERA_PARAMETER_H__
9 
10 #include "IntCameraParameter.h"
11 
17 {
18 private:
19  const char *const*m_enumValues;
20  int m_numChoices;
21 
22 public:
23  EnumCameraParameter(const char *setString, const char *getString, bool requiresRestart, const char *const*choices, int numChoices);
24  virtual bool CheckChanged(bool &changed, char *param);
25  virtual void GetParamFromString(const char *string, int stringLength);
26 };
27 
28 #endif
virtual bool CheckChanged(bool &changed, char *param)
virtual void GetParamFromString(const char *string, int stringLength)
EnumCameraParameter(const char *setString, const char *getString, bool requiresRestart, const char *const *choices, int numChoices)

Generated on Sat Apr 26 2014 12:26:45 for WPILibC++ by doxygen 1.8.6