#include <SqrtHandler.h>
◆ teSqrtType
Enumerator |
---|
eeSetSqrt | |
eeGetSqrt | |
◆ tcSqrtHandler()
◆ execute() [1/2]
std::string tcSqrtHandler::execute |
( |
std::string & |
arCommandString, |
|
|
std::string & |
arParameters |
|
) |
| |
|
virtual |
Call this to launch the chain. Iterates over the handlers until one succeeds or runs out of handlers.
- Parameters
-
arCommandString | - the command that was found. |
arParameters | - the string of parameters that must be processed. |
- Returns
- the response to write out the command interface
Reimplemented from SocCamera::tcAbstractHandler.
◆ execute() [2/2]
Perform binning of a specific type.
- Parameters
-
aeType | - the type of binning operation |
value | the value to set binning to or where the binning value will be stored |
- Returns
- the nack code
◆ update()
void tcSqrtHandler::update |
( |
tsUpdate |
asMessage | ) |
|
|
virtual |
Observers are updated of a change by an observable.
- Parameters
-
asMessage | - the message sent by the observable. |
Reimplemented from SocCamera::tcAbstractHandler.
The documentation for this class was generated from the following files:
- /tmp/mitycam_sdk/ARM/camera_software/src/CommandHandlers/SqrtHandler.h
- /tmp/mitycam_sdk/ARM/camera_software/src/CommandHandlers/SqrtHandler.cpp