OpenJAUS Software Development Kit  4.3.1
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
openjaus::environment::StillImageFormatEnumeration Class Reference

#include <StillImageFormatEnumeration.h>

Inherits openjaus::model::fields::Enumeration.

Public Types

enum  StillImageFormatEnum {
  JPEG = 0, GIF = 1, PNG = 2, BMP = 3,
  TIFF = 4, PPM = 5, PGM = 6, PNM = 7,
  NEF = 8, CR_2 = 9, DNG = 10
}
 

Public Member Functions

 StillImageFormatEnumeration ()
 
 StillImageFormatEnumeration (StillImageFormatEnum value)
 
 ~StillImageFormatEnumeration ()
 
virtual int to (system::Buffer *dst)
 Operation to. More...
 
virtual int from (system::Buffer *src)
 Operation from. More...
 
virtual int length (void)
 Serializes object to internal transport buffer. More...
 
std::string toXml (unsigned char ojIndentLevel=0) const
 
std::string toString () const
 
StillImageFormatEnum getValue (void) const
 
void setValue (StillImageFormatEnum value)
 
- Public Member Functions inherited from openjaus::model::fields::Enumeration
 Enumeration ()
 
virtual ~Enumeration ()
 
long getValue () const
 Accessor to get the value of value. More...
 
bool setValue (long value)
 Accessor to set value of value. More...
 
- Public Member Functions inherited from openjaus::model::fields::ComplexField
virtual ~ComplexField ()
 
- Public Member Functions inherited from openjaus::model::fields::Field
 Field ()
 
virtual ~Field ()
 
std::string getName () const
 Accessor to get the value of name. More...
 
bool setName (std::string name)
 Accessor to set value of name. More...
 
- Public Member Functions inherited from openjaus::system::Transportable
virtual ~Transportable ()
 
 Transportable ()
 

Static Public Member Functions

static std::string toString (StillImageFormatEnum value)
 

Protected Attributes

StillImageFormatEnum value
 
- Protected Attributes inherited from openjaus::model::fields::Enumeration
long value
 
- Protected Attributes inherited from openjaus::model::fields::Field
std::string name
 

Member Enumeration Documentation

§ StillImageFormatEnum

Enumerator
JPEG 
GIF 
PNG 
BMP 
TIFF 
PPM 
PGM 
PNM 
NEF 
CR_2 
DNG 

Constructor & Destructor Documentation

§ StillImageFormatEnumeration() [1/2]

openjaus::environment::StillImageFormatEnumeration::StillImageFormatEnumeration ( )

§ StillImageFormatEnumeration() [2/2]

openjaus::environment::StillImageFormatEnumeration::StillImageFormatEnumeration ( StillImageFormatEnumeration::StillImageFormatEnum  value)

§ ~StillImageFormatEnumeration()

openjaus::environment::StillImageFormatEnumeration::~StillImageFormatEnumeration ( )

Member Function Documentation

§ from()

int openjaus::environment::StillImageFormatEnumeration::from ( system::Buffer src)
virtual
Parameters
src

Reimplemented from openjaus::model::fields::Enumeration.

§ getValue()

StillImageFormatEnumeration::StillImageFormatEnum openjaus::environment::StillImageFormatEnumeration::getValue ( void  ) const

§ length()

int openjaus::environment::StillImageFormatEnumeration::length ( void  )
virtual

§ setValue()

void openjaus::environment::StillImageFormatEnumeration::setValue ( StillImageFormatEnumeration::StillImageFormatEnum  value)

§ to()

int openjaus::environment::StillImageFormatEnumeration::to ( system::Buffer dst)
virtual
Parameters
dst

Reimplemented from openjaus::model::fields::Enumeration.

§ toString() [1/2]

std::string openjaus::environment::StillImageFormatEnumeration::toString ( ) const
virtual

§ toString() [2/2]

std::string openjaus::environment::StillImageFormatEnumeration::toString ( StillImageFormatEnumeration::StillImageFormatEnum  value)
static

§ toXml()

std::string openjaus::environment::StillImageFormatEnumeration::toXml ( unsigned char  ojIndentLevel = 0) const

Member Data Documentation

§ value

StillImageFormatEnum openjaus::environment::StillImageFormatEnumeration::value
protected

The documentation for this class was generated from the following files: