Skip to main content

FramesPerSecond Struct

Declaration

struct simaai::neat::StillImageInput::FramesPerSecond { ... }

Included Headers

#include <StillImageInput.h>

Public Constructors Index

constexprFramesPerSecond ()=default
constexprFramesPerSecond (int v)

Public Member Attributes Index

intvalue = 30

Definition at line 44 of file StillImageInput.h.

Public Constructors

FramesPerSecond()

constexpr simaai::neat::StillImageInput::FramesPerSecond::FramesPerSecond ()
constexpr default

Definition at line 46 of file StillImageInput.h.

FramesPerSecond()

constexpr simaai::neat::StillImageInput::FramesPerSecond::FramesPerSecond (int v)
inline constexpr

Definition at line 47 of file StillImageInput.h.

47 constexpr FramesPerSecond(int v) : value(v) {}

Public Member Attributes

value

int simaai::neat::StillImageInput::FramesPerSecond::value = 30

Definition at line 45 of file StillImageInput.h.

45 int value = 30;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.