|
template<type T, dim N> |
void | publish (string name, T[[N]] val) |
|
void | publish (string name, string str) |
|
Function for publishing the named values of public types.
- Returns
- An argument of 1-dimensional array type.
- Note
- N - any array size of any dimension
-
T - any data type
- Parameters
-
name | The name of the argument. |
val | the value to publish under the given name. Accepts scalars as well as arrays. |
str | the string value to publish under the given name. |
◆ publish() [1/2]
void publish |
( |
string |
name, |
|
|
string |
str |
|
) |
| |
◆ publish() [2/2]
void publish |
( |
string |
name, |
|
|
T[[N]] |
val |
|
) |
| |