You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
3.8 KiB
C
66 lines
3.8 KiB
C
/*
|
|
Copyright 2005-2014 Intel Corporation. All Rights Reserved.
|
|
|
|
This file is part of Threading Building Blocks. Threading Building Blocks is free software;
|
|
you can redistribute it and/or modify it under the terms of the GNU General Public License
|
|
version 2 as published by the Free Software Foundation. Threading Building Blocks is
|
|
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
|
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
See the GNU General Public License for more details. You should have received a copy of
|
|
the GNU General Public License along with Threading Building Blocks; if not, write to the
|
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
As a special exception, you may use this file as part of a free software library without
|
|
restriction. Specifically, if other files instantiate templates or use macros or inline
|
|
functions from this file, or you compile this file and link it with other files to produce
|
|
an executable, this file does not by itself cause the resulting executable to be covered
|
|
by the GNU General Public License. This exception does not however invalidate any other
|
|
reasons why the executable file might be covered by the GNU General Public License.
|
|
*/
|
|
|
|
TBB_STRING_RESOURCE(FLOW_BROADCAST_NODE, "broadcast_node")
|
|
TBB_STRING_RESOURCE(FLOW_BUFFER_NODE, "buffer_node")
|
|
TBB_STRING_RESOURCE(FLOW_CONTINUE_NODE, "continue_node")
|
|
TBB_STRING_RESOURCE(FLOW_FUNCTION_NODE, "function_node")
|
|
TBB_STRING_RESOURCE(FLOW_JOIN_NODE_QUEUEING, "join_node (queueing)")
|
|
TBB_STRING_RESOURCE(FLOW_JOIN_NODE_RESERVING, "join_node (reserving)")
|
|
TBB_STRING_RESOURCE(FLOW_JOIN_NODE_TAG_MATCHING, "join_node (tag_matching)")
|
|
TBB_STRING_RESOURCE(FLOW_LIMITER_NODE, "limiter_node")
|
|
TBB_STRING_RESOURCE(FLOW_MULTIFUNCTION_NODE, "multifunction_node")
|
|
TBB_STRING_RESOURCE(FLOW_OR_NODE, "or_node") //no longer in use, kept for backward compatibilty
|
|
TBB_STRING_RESOURCE(FLOW_OVERWRITE_NODE, "overwrite_node")
|
|
TBB_STRING_RESOURCE(FLOW_PRIORITY_QUEUE_NODE, "priority_queue_node")
|
|
TBB_STRING_RESOURCE(FLOW_QUEUE_NODE, "queue_node")
|
|
TBB_STRING_RESOURCE(FLOW_SEQUENCER_NODE, "sequencer_node")
|
|
TBB_STRING_RESOURCE(FLOW_SOURCE_NODE, "source_node")
|
|
TBB_STRING_RESOURCE(FLOW_SPLIT_NODE, "split_node")
|
|
TBB_STRING_RESOURCE(FLOW_WRITE_ONCE_NODE, "write_once_node")
|
|
TBB_STRING_RESOURCE(FLOW_BODY, "body")
|
|
TBB_STRING_RESOURCE(FLOW_GRAPH, "graph")
|
|
TBB_STRING_RESOURCE(FLOW_NODE, "node")
|
|
TBB_STRING_RESOURCE(FLOW_INPUT_PORT, "input_port")
|
|
TBB_STRING_RESOURCE(FLOW_INPUT_PORT_0, "input_port_0")
|
|
TBB_STRING_RESOURCE(FLOW_INPUT_PORT_1, "input_port_1")
|
|
TBB_STRING_RESOURCE(FLOW_INPUT_PORT_2, "input_port_2")
|
|
TBB_STRING_RESOURCE(FLOW_INPUT_PORT_3, "input_port_3")
|
|
TBB_STRING_RESOURCE(FLOW_INPUT_PORT_4, "input_port_4")
|
|
TBB_STRING_RESOURCE(FLOW_INPUT_PORT_5, "input_port_5")
|
|
TBB_STRING_RESOURCE(FLOW_INPUT_PORT_6, "input_port_6")
|
|
TBB_STRING_RESOURCE(FLOW_INPUT_PORT_7, "input_port_7")
|
|
TBB_STRING_RESOURCE(FLOW_INPUT_PORT_8, "input_port_8")
|
|
TBB_STRING_RESOURCE(FLOW_INPUT_PORT_9, "input_port_9")
|
|
TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT, "output_port")
|
|
TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_0, "output_port_0")
|
|
TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_1, "output_port_1")
|
|
TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_2, "output_port_2")
|
|
TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_3, "output_port_3")
|
|
TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_4, "output_port_4")
|
|
TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_5, "output_port_5")
|
|
TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_6, "output_port_6")
|
|
TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_7, "output_port_7")
|
|
TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_8, "output_port_8")
|
|
TBB_STRING_RESOURCE(FLOW_OUTPUT_PORT_9, "output_port_9")
|
|
TBB_STRING_RESOURCE(FLOW_OBJECT_NAME, "object_name")
|
|
TBB_STRING_RESOURCE(FLOW_NULL, "null")
|
|
TBB_STRING_RESOURCE(FLOW_INDEXER_NODE, "indexer_node")
|