Real Time Open Sound Control librtosc
Loading...
Searching...
No Matches
rtosc-0.3.1
include
rtosc
subtree-serialize.h
1
#ifndef RTOSC_SUBTREE_H
2
#define RTOSC_SUBTREE_H
3
#include <cstddef>
4
5
namespace
rtosc{
struct
Ports
;
struct
RtData
;}
6
7
size_t
subtree_serialize(
char
*buffer,
size_t
buffer_size,
8
void
*
object
,
rtosc::Ports
*ports);
9
10
void
subtree_deserialize(
char
*buffer,
size_t
buffer_size,
11
void
*
object
,
rtosc::Ports
*ports,
rtosc::RtData
&d);
12
#endif
rtosc::Ports
Ports - a dispatchable collection of Port entries.
Definition
ports.h:159
rtosc::RtData
data object for the dispatch routine
Definition
ports.h:52
Generated on
for Real Time Open Sound Control librtosc by
1.16.1