#include <Command.h>
|
template<class Archive> |
void | serialize (Archive &ar, const unsigned int) |
|
|
Public Types inherited from Command |
enum | CommandType {
None
, FileReaderModule
, Relay
, Step
,
ValvePassThrough
, ExportMMQ
, Seek
, MP4WriterLastTS
,
Mp4ErrorHandle
, PlayPause
, DeleteWindow
, CreateWindow
,
NVRCommandExportView = 1000
, SendMMQTimestamps
, SendLastGTKGLRenderTS
, DecoderPlaybackSpeed
} |
|
◆ PlayPauseCommand() [1/2]
PlayPauseCommand::PlayPauseCommand |
( |
| ) |
|
|
inline |
◆ PlayPauseCommand() [2/2]
PlayPauseCommand::PlayPauseCommand |
( |
float | _speed, |
|
|
bool | _direction ) |
|
inline |
◆ getSerializeSize()
size_t PlayPauseCommand::getSerializeSize |
( |
| ) |
|
|
inline |
◆ serialize()
template<class Archive>
void PlayPauseCommand::serialize |
( |
Archive & | ar, |
|
|
const unsigned int | ) |
|
inlineprivate |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ direction
bool PlayPauseCommand::direction = 1 |
◆ speed
float PlayPauseCommand::speed = 1 |
The documentation for this class was generated from the following file: