From 79d35177abedbeb8c11fa18de03b60a0d8967fc0 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Wed, 13 May 2026 03:28:23 +0000 Subject: [PATCH] Make "Actor" and "Actee" roles into special values --- doc/src/code_tables.m4 | 10 +++++++++- include/global_constants.m4 | 7 +++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/src/code_tables.m4 b/doc/src/code_tables.m4 index 48870f3..c7aebc8 100644 --- a/doc/src/code_tables.m4 +++ b/doc/src/code_tables.m4 @@ -652,7 +652,15 @@ ROLE_CODES Special Values `````````````` -None. + +The ``sdb_actor`` and ``sdb_actee`` codes + The codes ``sdb_actor`` and ``sdb_actee`` have special meanings. + + They are used to describe asymetric dyadic interaction behavior, + where event participants are required to be paired. + When there is such a dyadic interaction and one participant is + assigned one of these roles, the other participant must be assigned + the other role. Column Descriptions diff --git a/include/global_constants.m4 b/include/global_constants.m4 index 36a7faa..8bab738 100644 --- a/include/global_constants.m4 +++ b/include/global_constants.m4 @@ -126,6 +126,13 @@ dnl The NestStart and NestEnd values define(`sdb_in_nest', `1') define(`sdb_out_of_nest', `0') +dnl +dnl ROLE_CODES +dnl +dnl Special code values for dyadic asymetric interactions +define(`sdb_actor', `Actor') +define(`sdb_actee', `Actee') + dnl dnl SIGHTING_RECORDS dnl -- 2.34.1