subscriber_callbacks.h
Go to the documentation of this file.
1 /*
2  * Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License").
5  * You may not use this file except in compliance with the License.
6  * A copy of the License is located at
7  *
8  * http://aws.amazon.com/apache2.0
9  *
10  * or in the "license" file accompanying this file. This file is distributed
11  * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12  * express or implied. See the License for the specific language governing
13  * permissions and limitations under the License.
14  */
15 #pragma once
18 #include <kinesis_video_msgs/KinesisVideoFrame.h>
19 
20 namespace Aws {
21 namespace Kinesis {
22 
31  KinesisStreamManagerInterface & stream_manager, std::string stream_name,
32  const kinesis_video_msgs::KinesisVideoFrame::ConstPtr & frame_msg);
42  KinesisStreamManagerInterface & stream_manager, std::string stream_name,
43  const kinesis_video_msgs::KinesisVideoFrame::ConstPtr & frame_msg,
44  const ros::Publisher & publisher);
52 void ImageTransportCallback(const KinesisStreamManagerInterface & stream_manager,
53  std::string stream_name, const sensor_msgs::ImageConstPtr & image);
54 
55 } // namespace Kinesis
56 } // namespace Aws
const char * stream_name
void RekognitionEnabledKinesisVideoFrameTransportCallback(KinesisStreamManagerInterface &stream_manager, std::string stream_name, const kinesis_video_msgs::KinesisVideoFrame::ConstPtr &frame_msg, const ros::Publisher &publisher)
void KinesisVideoFrameTransportCallback(KinesisStreamManagerInterface &stream_manager, std::string stream_name, const kinesis_video_msgs::KinesisVideoFrame::ConstPtr &frame_msg)
void ImageTransportCallback(const KinesisStreamManagerInterface &stream_manager, std::string stream_name, const sensor_msgs::ImageConstPtr &image)


kinesis_video_streamer
Author(s): AWS RoboMaker
autogenerated on Fri Mar 5 2021 03:29:15