12 #ifndef LOGSPLITTERCOMPONENT_H
13 #define LOGSPLITTERCOMPONENT_H
19 #define MAX_DOWNLINK_MSG_BYTES 340L
20 #define MAX_UPLINK_MSG_BYTES 270L
Contains the SyncComponent class definition.
Abstract Base class for components that run in the end of the computation cycle, doing logging...
Definition: SyncComponent.h:288
UniversalDataWriter * communicationsWriter_
Definition: LogSplitterComponent.h:45
A DataAccessor that writes values to the Slate via its associated DataElement.
Definition: UniversalDataWriter.h:24
LogSplitterComponent()
Definition: LogSplitterComponent.cpp:14
virtual void run()
The actual "payload" of the component.
Definition: LogSplitterComponent.cpp:21
Splits logs whenever data is requested from a Universal::communications reader.
Definition: LogSplitterComponent.h:30
bool anyDataRequested_
Definition: LogSplitterComponent.h:48