#include <PeekHandler.h>
◆ tcPeekHandler()
◆ execute()
std::string tcPeekHandler::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.
◆ notifyRead()
void SocCamera::tcPeekHandler::notifyRead |
( |
int64_t |
anAddr, |
|
|
int64_t |
anOffset, |
|
|
int64_t |
anLen |
|
) |
| const |
|
overridevirtual |
notifyRead - a pre-read notification hook
- Parameters
-
anAddr | base address of GenICam Register in question about to be read |
anOffset | offset into the GenICam Register region about to be read |
anLen | number of bytes about to be read |
Implements tcRegisterFileObserver.
◆ update()
void SocCamera::tcPeekHandler::update |
( |
tsUpdate |
asMessage | ) |
|
|
overridevirtual |
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/PeekHandler.h
- /tmp/mitycam_sdk/ARM/camera_software/src/CommandHandlers/PeekHandler.cpp