Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
GoReplay.h
Go to the documentation of this file.
1 
2 /**
3 * @file GoReplay.h
4 * @brief Declares the GoReplay class.
5 *
6 * @internal
7 * Copyright (C) 2016-2021 by LMI Technologies Inc.
8 * Licensed under the MIT License.
9 * Redistributed files must retain the above copyright notice.
10 */
11 #ifndef GO_REPLAY_H
12 #define GO_REPLAY_H
13 
15 
16 /**
17 * @class GoReplay
18 * @extends kObject
19 * @ingroup GoSdk-Replay
20 * @brief Represents a replay configuration.
21 */
22 typedef kObject GoReplay;
23 
24 /**
25 * Gets the recording filter for the replay.
26 *
27 * @public @memberof GoReplay
28  * @version Introduced in firmware 4.5.3.57
29 * @param replay GoReplay object.
30 * @return The recording filter.
31 */
33 
34 #include <GoSdk/GoReplay.x.h>
35 
36 #endif
Represents a recording filter configuration.
Represents a replay configuration.
GoRecordingFilter GoReplay_RecordingFilter(GoReplay replay)
Gets the recording filter for the replay.
Declares the GoRecordingFilter class.